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:
255
255
strategy :
256
256
fail-fast : false
257
257
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.
259
259
# macOS 13 only runs tests against the GIL-enabled CPython.
260
260
# Cirrus used for upstream, macos-14 for forks.
261
261
os :
262
262
- ghcr.io/cirruslabs/macos-runner:sonoma
263
263
- macos-14
264
- - macos-13
264
+ - macos-15-intel
265
265
is-fork : # only used for the exclusion trick
266
266
- ${{ github.repository_owner != 'python' }}
267
267
free-threading :
@@ -272,7 +272,7 @@ jobs:
272
272
is-fork : true
273
273
- os : macos-14
274
274
is-fork : false
275
- - os : macos-13
275
+ - os : macos-15-intel
276
276
free-threading : true
277
277
uses : ./.github/workflows/reusable-macos.yml
278
278
with :
Original file line number Diff line number Diff line change 82
82
compiler : msvc
83
83
- target : x86_64-apple-darwin/clang
84
84
architecture : x86_64
85
- runner : macos-13
85
+ runner : macos-15-intel
86
86
compiler : clang
87
87
- target : aarch64-apple-darwin/clang
88
88
architecture : aarch64
You can’t perform that action at this time.
0 commit comments