Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)

This commit is contained in:
Łukasz Langa 2024-05-07 00:49:45 +02:00 committed by GitHub
parent 8419f01673
commit 5a9eeafa05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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'