diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2024-05-06 22:49:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 22:49:45 (GMT) |
commit | 5a9eeafa055a8724b1741316cfbd9612825220aa (patch) | |
tree | 7cd5ba2cd64a5433cfa38a3737f81b032cadab41 | |
parent | 8419f01673858d5002747c9393d4ed0ec22fdb47 (diff) | |
download | cpython-5a9eeafa055a8724b1741316cfbd9612825220aa.zip cpython-5a9eeafa055a8724b1741316cfbd9612825220aa.tar.gz cpython-5a9eeafa055a8724b1741316cfbd9612825220aa.tar.bz2 |
Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d9e70a..8f96659 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' |