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:
255255 strategy :
256256 fail-fast : false
257257 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.
261260 os :
262- - ghcr.io/cirruslabs/macos-runner:sonoma
263261 - macos-14
264262 - macos-15-intel
265- is-fork : # only used for the exclusion trick
266- - ${{ github.repository_owner != 'python' }}
267263 free-threading :
268264 - false
269265 - true
270266 exclude :
271- - os : ghcr.io/cirruslabs/macos-runner:sonoma
272- is-fork : true
273- - os : macos-14
274- is-fork : false
275267 - os : macos-15-intel
276268 free-threading : true
277269 uses : ./.github/workflows/reusable-macos.yml
@@ -370,9 +362,8 @@ jobs:
370362 fail-fast : false
371363 matrix :
372364 include :
373- # Use the same runs-on configuration as build-macos and build-ubuntu.
374365 - arch : aarch64
375- runs-on : ${{ github.repository_owner == 'python' && 'ghcr.io/cirruslabs/ macos-runner:sonoma' || 'macos-14' }}
366+ runs-on : macos-14
376367 - arch : x86_64
377368 runs-on : ubuntu-24.04
378369
You can’t perform that action at this time.
0 commit comments