mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +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 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue