Skip to content

Commit dbbdcf7

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-large
1 parent a43c50e commit dbbdcf7

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 11 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-large', 'macos-latest']
116116
python-version:
117117
- "3.9"
118118
- "3.10"
@@ -149,11 +149,11 @@ jobs:
149149
python-version: "3.11"
150150
- os: windows-latest
151151
python-version: "3.12"
152-
- os: macos-13
152+
- os: macos-14-large
153153
python-version: "3.10"
154-
- os: macos-13
154+
- os: macos-14-large
155155
python-version: "3.11"
156-
- os: macos-13
156+
- os: macos-14-large
157157
python-version: "3.12"
158158
- os: macos-latest
159159
python-version: "3.10"
@@ -166,25 +166,20 @@ jobs:
166166
# x86 is available for Windows
167167
- os: ubuntu-latest
168168
architecture: x86
169-
- os: macos-latest
169+
- os: macos-14-large
170170
architecture: x86
171-
- os: macos-13
171+
- os: macos-latest
172172
architecture: x86
173173
# arm64 is available for macos-14+
174174
- os: ubuntu-latest
175175
architecture: arm64
176176
- os: windows-latest
177177
architecture: arm64
178-
- os: macos-13
179-
architecture: arm64
180178
# x64 is not available for macos-14+
181179
- os: macos-latest
182180
architecture: x64
183181

184182
## Reduced support
185-
# Drop pre tests for macos-13
186-
- os: macos-13
187-
dependencies: pre
188183
# Drop pre tests for SPEC-0-unsupported Python versions
189184
- python-version: '3.9'
190185
dependencies: pre

0 commit comments

Comments
 (0)