https://github.com/python/cpython/commit/52fe0445d5fd1922a1d1bcfc4ed8f0daabb042d5 commit: 52fe0445d5fd1922a1d1bcfc4ed8f0daabb042d5 branch: 3.12 author: Jacob Coffee <[email protected]> committer: hugovk <[email protected]> date: 2025-10-08T22:42:51+03:00 summary:
[3.12] Remove Cirrus macOS runners from CI (GH-139799) (#139804) Co-authored-by: Hugo van Kemenade <[email protected]> files: M .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d05959b580efc6..ac1b5f63e10428 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
