https://github.com/python/cpython/commit/df12674ecc86d300bf914232f05fcf86c0178732
commit: df12674ecc86d300bf914232f05fcf86c0178732
branch: 3.13
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-04-04T10:04:43Z
summary:
[3.13] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel`
(GH-148038) (#148077)
files:
M .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 96d41bb7218269..9e57c79ff36b81 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -246,16 +246,16 @@ jobs:
strategy:
fail-fast: false
matrix:
- # macos-26 is Apple Silicon, macos-26-intel is Intel.
- # macos-26-intel only runs tests against the GIL-enabled CPython.
+ # macos-26 is Apple Silicon, macos-15-intel is Intel.
+ # macos-15-intel only runs tests against the GIL-enabled CPython.
os:
- macos-26
- - macos-26-intel
+ - macos-15-intel
free-threading:
- false
- true
exclude:
- - os: macos-26-intel
+ - os: macos-15-intel
free-threading: true
uses: ./.github/workflows/reusable-macos.yml
with:
_______________________________________________
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]