mirror of https://github.com/python/cpython
Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)
This commit is contained in:
parent
8419f01673
commit
5a9eeafa05
|
@ -218,8 +218,8 @@ jobs:
|
|||
with:
|
||||
config_hash: ${{ needs.check_source.outputs.config_hash }}
|
||||
free-threading: true
|
||||
# macos-14 is M1
|
||||
os-matrix: '["macos-14"]'
|
||||
# macos-14-large is Intel with 12 cores (most parallelism)
|
||||
os-matrix: '["macos-14-large"]'
|
||||
|
||||
build_ubuntu:
|
||||
name: 'Ubuntu'
|
||||
|
|
Loading…
Reference in New Issue