Skip to content

Commit 74b3466

Browse files
GitHub Actions: macOS 13 runner image is closing down
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ macos-13 → macos-14
1 parent 0cb6f3b commit 74b3466

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
strategy:
113113
fail-fast: false
114114
matrix:
115-
os: ['ubuntu-latest', 'windows-latest', 'macos-13', 'macos-latest']
115+
os: ['ubuntu-latest', 'windows-latest', 'macos-14', 'macos-latest']
116116
python-version:
117117
- "3.9"
118118
- "3.10"
@@ -153,16 +153,18 @@ jobs:
153153
python-version: "3.13"
154154
- os: windows-latest
155155
python-version: "3.13t"
156-
- os: macos-13
157-
python-version: "3.10"
158-
- os: macos-13
156+
- os: macos-14
157+
python-version: "3.9"
158+
- os: macos-14
159159
python-version: "3.11"
160-
- os: macos-13
161-
python-version: "3.12"
162-
- os: macos-13
160+
- os: macos-14
163161
python-version: "3.13"
164-
- os: macos-13
162+
- os: macos-14
165163
python-version: "3.13t"
164+
- os: macos-14
165+
python-version: "3.14"
166+
- os: macos-14
167+
python-version: "3.14t"
166168
- os: macos-latest
167169
python-version: "3.10"
168170
- os: macos-latest
@@ -178,24 +180,22 @@ jobs:
178180
# x86 is available for Windows
179181
- os: ubuntu-latest
180182
architecture: x86
181-
- os: macos-latest
183+
- os: macos-14
182184
architecture: x86
183-
- os: macos-13
185+
- os: macos-latest
184186
architecture: x86
185187
# arm64 is available for macos-14+
186188
- os: ubuntu-latest
187189
architecture: arm64
188190
- os: windows-latest
189191
architecture: arm64
190-
- os: macos-13
191-
architecture: arm64
192-
# x64 is not available for macos-14+
192+
# x64 is not available for macos-15
193193
- os: macos-latest
194194
architecture: x64
195195

196196
## Reduced support
197-
# Drop pre tests for macos-13
198-
- os: macos-13
197+
# Drop pre tests for macos-14
198+
- os: macos-14
199199
dependencies: pre
200200
# Drop pre tests for SPEC-0-unsupported Python versions
201201
- python-version: '3.9'

0 commit comments

Comments
 (0)