]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (GH-149991) (...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 6 Jul 2026 11:06:50 +0000 (14:06 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 11:06:50 +0000 (11:06 +0000)
.github/workflows/build.yml

index 36db96a61b451b7646debdfb9c3bbfe2c028e436..172d1ed96d3d9a02a5ff2080d13972cf5ef2e967 100644 (file)
@@ -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: