Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d63edaa

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 d63edaa

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

‎.github/workflows/test.yml‎

Lines changed: 13 additions & 17 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,14 @@ jobs:
153153
python-version: "3.13"
154154
- os: windows-latest
155155
python-version: "3.13t"
156-
- os: macos-13
156+
- os: macos-14
157+
python-version: "3.9"
158+
- os: macos-14
157159
python-version: "3.10"
158-
- os: macos-13
159-
python-version: "3.11"
160-
- os: macos-13
161-
python-version: "3.12"
162-
- os: macos-13
163-
python-version: "3.13"
164-
- os: macos-13
165-
python-version: "3.13t"
160+
- os: macos-14
161+
python-version: "3.14"
162+
- os: macos-14
163+
python-version: "3.14t"
166164
- os: macos-latest
167165
python-version: "3.10"
168166
- os: macos-latest
@@ -178,24 +176,22 @@ jobs:
178176
# x86 is available for Windows
179177
- os: ubuntu-latest
180178
architecture: x86
181-
- os: macos-latest
179+
- os: macos-14
182180
architecture: x86
183-
- os: macos-13
181+
- os: macos-latest
184182
architecture: x86
185183
# arm64 is available for macos-14+
186184
- os: ubuntu-latest
187185
architecture: arm64
188186
- os: windows-latest
189187
architecture: arm64
190-
- os: macos-13
191-
architecture: arm64
192-
# x64 is not available for macos-14+
188+
# x64 is not available for macos-15
193189
- os: macos-latest
194190
architecture: x64
195191

196192
## Reduced support
197-
# Drop pre tests for macos-13
198-
- os: macos-13
193+
# Drop pre tests for macos-14
194+
- os: macos-14
199195
dependencies: pre
200196
# Drop pre tests for SPEC-0-unsupported Python versions
201197
- python-version: '3.9'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /