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 397b31c

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 397b31c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎.github/workflows/test.yml‎

Lines changed: 14 additions & 14 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
156+
- os: macos-14
157157
python-version: "3.10"
158-
- os: macos-13
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)

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