https://github.com/python/cpython/commit/9ae4044aca3237d01e432b350ab3b4737ba7eca9
commit: 9ae4044aca3237d01e432b350ab3b4737ba7eca9
branch: 3.12
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-07-06T11:06:50Z
summary:

[3.12] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (GH-149991) 
(#153186)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 36db96a61b451b7..172d1ed96d3d9a0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -224,16 +224,16 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # macos-26 is Apple Silicon, macos-15-intel is Intel.
-        # macos-15-intel only runs tests against the GIL-enabled CPython.
+        # macos-26 is Apple Silicon, macos-26-intel is Intel.
+        # macos-26-intel only runs tests against the GIL-enabled CPython.
         os:
         - macos-26
-        - macos-15-intel
+        - macos-26-intel
         free-threading:
         - false
         # - true
         exclude:
-        - os: macos-15-intel
+        - os: macos-26-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]

Reply via email to