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 @@ -249,23 +249,15 @@ jobs:
249
249
strategy :
250
250
fail-fast : false
251
251
matrix :
252
- # Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
253
- # macOS 13 only runs tests against the GIL-enabled CPython.
254
- # Cirrus used for upstream, macos-14 for forks.
252
+ # macos-14 is M1, macos-15-intel is Intel.
253
+ # macos-15-intel only runs tests against the GIL-enabled CPython.
255
254
os :
256
- - ghcr.io/cirruslabs/macos-runner:sonoma
257
255
- macos-14
258
256
- macos-15-intel
259
- is-fork : # only used for the exclusion trick
260
- - ${{ github.repository_owner != 'python' }}
261
257
free-threading :
262
258
- false
263
259
- true
264
260
exclude :
265
- - os : ghcr.io/cirruslabs/macos-runner:sonoma
266
- is-fork : true
267
- - os : macos-14
268
- is-fork : false
269
261
- os : macos-15-intel
270
262
free-threading : true
271
263
uses : ./.github/workflows/reusable-macos.yml
@@ -381,9 +373,8 @@ jobs:
381
373
fail-fast : false
382
374
matrix :
383
375
include :
384
- # Use the same runs-on configuration as build-macos and build-ubuntu.
385
376
- arch : aarch64
386
- runs-on : ${{ github.repository_owner == 'python' && 'ghcr.io/cirruslabs/ macos-runner:sonoma' || 'macos-14' }}
377
+ runs-on : macos-14
387
378
- arch : x86_64
388
379
runs-on : ubuntu-24.04
389
380
You can’t perform that action at this time.
0 commit comments