File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -255,23 +255,15 @@ jobs:
255
255
strategy :
256
256
fail-fast : false
257
257
matrix :
258
- # Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
259
- # macOS 13 only runs tests against the GIL-enabled CPython.
260
- # Cirrus used for upstream, macos-14 for forks.
258
+ # macos-14 is M1, macos-15-intel is Intel.
259
+ # macos-15-intel only runs tests against the GIL-enabled CPython.
261
260
os :
262
- - ghcr.io/cirruslabs/macos-runner:sonoma
263
261
- macos-14
264
262
- macos-15-intel
265
- is-fork : # only used for the exclusion trick
266
- - ${{ github.repository_owner != 'python' }}
267
263
free-threading :
268
264
- false
269
265
- true
270
266
exclude :
271
- - os : ghcr.io/cirruslabs/macos-runner:sonoma
272
- is-fork : true
273
- - os : macos-14
274
- is-fork : false
275
267
- os : macos-15-intel
276
268
free-threading : true
277
269
uses : ./.github/workflows/reusable-macos.yml
@@ -370,9 +362,8 @@ jobs:
370
362
fail-fast : false
371
363
matrix :
372
364
include :
373
- # Use the same runs-on configuration as build-macos and build-ubuntu.
374
365
- arch : aarch64
375
- runs-on : ${{ github.repository_owner == 'python' && 'ghcr.io/cirruslabs/ macos-runner:sonoma' || 'macos-14' }}
366
+ runs-on : macos-14
376
367
- arch : x86_64
377
368
runs-on : ubuntu-24.04
378
369
You can’t perform that action at this time.
0 commit comments