mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Revert to free macOS runners (#118744)
This commit is contained in:
parent
460546529b
commit
2a85bed89d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -208,7 +208,7 @@ jobs:
|
|||
with:
|
||||
config_hash: ${{ needs.check_source.outputs.config_hash }}
|
||||
# macos-14 is M1, macos-13 is Intel
|
||||
os-matrix: '["macos-14-xlarge", "macos-13-large"]'
|
||||
os-matrix: '["macos-14", "macos-13"]'
|
||||
|
||||
build_macos_free_threading:
|
||||
name: 'macOS (free-threading)'
|
||||
|
|
@ -219,7 +219,7 @@ jobs:
|
|||
config_hash: ${{ needs.check_source.outputs.config_hash }}
|
||||
free-threading: true
|
||||
# macos-14-large is Intel with 12 cores (most parallelism)
|
||||
os-matrix: '["macos-14-large"]'
|
||||
os-matrix: '["macos-14"]'
|
||||
|
||||
build_ubuntu:
|
||||
name: 'Ubuntu'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue