]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Remove Cirrus macOS runners from CI (GH-139799) (#139804)
authorJacob Coffee <jacob@z7x.org>
Wed, 8 Oct 2025 19:42:51 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 19:42:51 +0000 (22:42 +0300)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/build.yml

index d05959b580efc6375ca69fcd63463dce74c610c7..ac1b5f63e1042848e919d89d3ba755068a0892ce 100644 (file)
@@ -240,23 +240,15 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
-        # macOS 13 only runs tests against the GIL-enabled CPython.
-        # Cirrus used for upstream, macos-14 for forks.
+        # macos-14 is M1, macos-15-intel is Intel.
+        # macos-15-intel only runs tests against the GIL-enabled CPython.
         os:
-        - ghcr.io/cirruslabs/macos-runner:sonoma
         - macos-14
         - macos-15-intel
-        is-fork:  # only used for the exclusion trick
-        - ${{ github.repository_owner != 'python' }}
         free-threading:
         - false
         # - true
         exclude:
-        - os: ghcr.io/cirruslabs/macos-runner:sonoma
-          is-fork: true
-        - os: macos-14
-          is-fork: false
         - os: macos-15-intel
           free-threading: true
     uses: ./.github/workflows/reusable-macos.yml