File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,13 +255,13 @@ jobs:
255255 strategy :
256256 fail-fast : false
257257 matrix :
258- # Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
258+ # Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
259259 # macOS 13 only runs tests against the GIL-enabled CPython.
260260 # Cirrus used for upstream, macos-14 for forks.
261261 os :
262262 - ghcr.io/cirruslabs/macos-runner:sonoma
263263 - macos-14
264- - macos-13
264+ - macos-15-intel
265265 is-fork : # only used for the exclusion trick
266266 - ${{ github.repository_owner != 'python' }}
267267 free-threading :
@@ -272,7 +272,7 @@ jobs:
272272 is-fork : true
273273 - os : macos-14
274274 is-fork : false
275- - os : macos-13
275+ - os : macos-15-intel
276276 free-threading : true
277277 uses : ./.github/workflows/reusable-macos.yml
278278 with :
Original file line number Diff line number Diff line change 8282 compiler : msvc
8383 - target : x86_64-apple-darwin/clang
8484 architecture : x86_64
85- runner : macos-13
85+ runner : macos-15-intel
8686 compiler : clang
8787 - target : aarch64-apple-darwin/clang
8888 architecture : aarch64
You can’t perform that action at this time.
0 commit comments