https://github.com/python/cpython/commit/7362ffdfe993156c0bb4aacc17497775f48751b0
commit: 7362ffdfe993156c0bb4aacc17497775f48751b0
branch: 3.11
author: Jacob Coffee <[email protected]>
committer: hugovk <[email protected]>
date: 2025-10-08T16:04:27Z
summary:
[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
files:
M .github/workflows/reusable-macos.yml
diff --git a/.github/workflows/reusable-macos.yml
b/.github/workflows/reusable-macos.yml
index c29166b4d6f243..678a975cceed4a 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:
_______________________________________________
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]