]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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 12:43:10 +0000 (15:43 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 12:43:10 +0000 (12:43 +0000)
.github/workflows/build.yml

index 9c6ffd26f327ebbaecd4696d9e1f8992c69eb61f..c63452851079397f81cf03c725cbc9100e66ca68 100644 (file)
@@ -246,16 +246,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: