Skip to content

Commit 52fe044

Browse files
JacobCoffeehugovk
andauthored
[3.12] Remove Cirrus macOS runners from CI (GH-139799) (#139804)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 4ba846b commit 52fe044

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -240,23 +240,15 @@ jobs:
240240
strategy:
241241
fail-fast: false
242242
matrix:
243-
# Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
244-
# macOS 13 only runs tests against the GIL-enabled CPython.
245-
# Cirrus used for upstream, macos-14 for forks.
243+
# macos-14 is M1, macos-15-intel is Intel.
244+
# macos-15-intel only runs tests against the GIL-enabled CPython.
246245
os:
247-
- ghcr.io/cirruslabs/macos-runner:sonoma
248246
- macos-14
249247
- macos-15-intel
250-
is-fork: # only used for the exclusion trick
251-
- ${{ github.repository_owner != 'python' }}
252248
free-threading:
253249
- false
254250
# - true
255251
exclude:
256-
- os: ghcr.io/cirruslabs/macos-runner:sonoma
257-
is-fork: true
258-
- os: macos-14
259-
is-fork: false
260252
- os: macos-15-intel
261253
free-threading: true
262254
uses: ./.github/workflows/reusable-macos.yml

0 commit comments

Comments
 (0)