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:
249249 strategy :
250250 fail-fast : false
251251 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.
255254 os :
256- - ghcr.io/cirruslabs/macos-runner:sonoma
257255 - macos-14
258256 - macos-15-intel
259- is-fork : # only used for the exclusion trick
260- - ${{ github.repository_owner != 'python' }}
261257 free-threading :
262258 - false
263259 - true
264260 exclude :
265- - os : ghcr.io/cirruslabs/macos-runner:sonoma
266- is-fork : true
267- - os : macos-14
268- is-fork : false
269261 - os : macos-15-intel
270262 free-threading : true
271263 uses : ./.github/workflows/reusable-macos.yml
@@ -381,9 +373,8 @@ jobs:
381373 fail-fast : false
382374 matrix :
383375 include :
384- # Use the same runs-on configuration as build-macos and build-ubuntu.
385376 - arch : aarch64
386- runs-on : ${{ github.repository_owner == 'python' && 'ghcr.io/cirruslabs/ macos-runner:sonoma' || 'macos-14' }}
377+ runs-on : macos-14
387378 - arch : x86_64
388379 runs-on : ubuntu-24.04
389380
You can’t perform that action at this time.
0 commit comments