Skip to content

Commit 319bb61

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 319bb61

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 10 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,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
153153
python-version: "3.10"
154-
- os: macos-13
154+
- os: macos-14
155155
python-version: "3.11"
156-
- os: macos-13
156+
- os: macos-14
157157
python-version: "3.12"
158158
- os: macos-latest
159159
python-version: "3.10"
@@ -175,16 +175,11 @@ jobs:
175175
architecture: arm64
176176
- os: windows-latest
177177
architecture: arm64
178-
- os: macos-13
179-
architecture: arm64
180-
# x64 is not available for macos-14+
178+
# x64 is not available for macos-15
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)