mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
Some checks are pending
Tests / Check for source changes (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Windows (push) Blocked by required conditions
Tests / macOS (push) Blocked by required conditions
Tests / Ubuntu (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
Some checks are pending
Tests / Check for source changes (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Windows (push) Blocked by required conditions
Tests / macOS (push) Blocked by required conditions
Tests / Ubuntu (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
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