From: Jacob Coffee Date: Wed, 8 Oct 2025 16:04:27 +0000 (-0400) Subject: [3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794) X-Git-Tag: v3.11.14~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7362ffdfe993156c0bb4aacc17497775f48751b0;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794) --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index c29166b4d6f2..678a975cceed 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -24,6 +24,7 @@ jobs: matrix: os: [ "macos-14", # M1 + "macos-15-intel", # Intel ] runs-on: ${{ matrix.os }} steps: