Skip to content

Commit 2072386

Browse files
miss-islingtonJacobCoffeehugovk
authored
[3.13] Remove Cirrus macOS runners from CI (GH-139799) (#139803)
Co-authored-by: Jacob Coffee <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent dac827c commit 2072386

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
@@ -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

0 commit comments

Comments
 (0)