Skip to content

Commit 824c1bc

Browse files
miss-islingtonJacobCoffeehugovk
authored
[3.14] Remove Cirrus macOS runners from CI (GH-139799) (#139802)
Co-authored-by: Jacob Coffee <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 90cd009 commit 824c1bc

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)