]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
authorJacob Coffee <jacob@z7x.org>
Wed, 8 Oct 2025 16:04:27 +0000 (12:04 -0400)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 16:04:27 +0000 (16:04 +0000)
.github/workflows/reusable-macos.yml

index c29166b4d6f24385671c239902fd281b715bfdea..678a975cceed4a5845bd9aa2e1c7b4c4db4534c2 100644 (file)
@@ -24,6 +24,7 @@ jobs:
       matrix:
         os: [
           "macos-14",  # M1
+          "macos-15-intel",  # Intel
         ]
     runs-on: ${{ matrix.os }}
     steps: