From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 4 Apr 2026 10:04:43 +0000 (+0300) Subject: [3.13] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel` (GH-14803... X-Git-Tag: v3.13.13~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df12674ecc86d300bf914232f05fcf86c0178732;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel` (GH-148038) (#148077) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96d41bb72182..9e57c79ff36b 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: