Skip to content

Commit 03c054a

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 a43c50e commit 03c054a

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 12 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"
@@ -149,12 +149,18 @@ jobs:
149149
python-version: "3.11"
150150
- os: windows-latest
151151
python-version: "3.12"
152-
- os: macos-13
153-
python-version: "3.10"
154-
- os: macos-13
152+
- os: macos-14
153+
python-version: "3.9"
154+
- os: macos-14
155155
python-version: "3.11"
156-
- os: macos-13
157-
python-version: "3.12"
156+
- os: macos-14
157+
python-version: "3.13"
158+
- os: macos-14
159+
python-version: "3.13t"
160+
- os: macos-14
161+
python-version: "3.14"
162+
- os: macos-14
163+
python-version: "3.14t"
158164
- os: macos-latest
159165
python-version: "3.10"
160166
- os: macos-latest
@@ -175,16 +181,11 @@ jobs:
175181
architecture: arm64
176182
- os: windows-latest
177183
architecture: arm64
178-
- os: macos-13
179-
architecture: arm64
180-
# x64 is not available for macos-14+
184+
# x64 is not available for macos-15
181185
- os: macos-latest
182186
architecture: x64
183187

184188
## Reduced support
185-
# Drop pre tests for macos-13
186-
- os: macos-13
187-
dependencies: pre
188189
# Drop pre tests for SPEC-0-unsupported Python versions
189190
- python-version: '3.9'
190191
dependencies: pre

0 commit comments

Comments
 (0)