https://github.com/python/cpython/commit/fb89b305b000bd163921527a9e5310ec3a7be4fb
commit: fb89b305b000bd163921527a9e5310ec3a7be4fb
branch: 3.13
author: Jacob Coffee <[email protected]>
committer: hugovk <[email protected]>
date: 2025-10-08T16:16:41Z
summary:

[3.13] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139790)

Co-authored-by: Jacob Coffee <[email protected]>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) 
<[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M .github/workflows/build.yml
M .github/workflows/jit.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 68913ec826999c..19cefaf4d215fc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -255,13 +255,13 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
+        # 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.
         os:
         - ghcr.io/cirruslabs/macos-runner:sonoma
         - macos-14
-        - macos-13
+        - macos-15-intel
         is-fork:  # only used for the exclusion trick
         - ${{ github.repository_owner != 'python' }}
         free-threading:
@@ -272,7 +272,7 @@ jobs:
           is-fork: true
         - os: macos-14
           is-fork: false
-        - os: macos-13
+        - os: macos-15-intel
           free-threading: true
     uses: ./.github/workflows/reusable-macos.yml
     with:
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 2ba57a815a1759..2fcc4166e9e2a6 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -82,7 +82,7 @@ jobs:
             compiler: msvc
           - target: x86_64-apple-darwin/clang
             architecture: x86_64
-            runner: macos-13
+            runner: macos-15-intel
             compiler: clang
           - target: aarch64-apple-darwin/clang
             architecture: aarch64

_______________________________________________
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