mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
This commit is contained in:
parent
1d29afb0d6
commit
7362ffdfe9
1
.github/workflows/reusable-macos.yml
vendored
1
.github/workflows/reusable-macos.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
matrix:
|
||||
os: [
|
||||
"macos-14", # M1
|
||||
"macos-15-intel", # Intel
|
||||
]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user