From: Ɓukasz Langa Date: Mon, 6 May 2024 22:49:45 +0000 (+0200) Subject: Use Intel with 12 cores for free-threading tests for maximum speedup (#118677) X-Git-Tag: v3.13.0b1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a9eeafa055a8724b1741316cfbd9612825220aa;p=thirdparty%2FPython%2Fcpython.git Use Intel with 12 cores for free-threading tests for maximum speedup (#118677) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d9e70a68005..8f966591c302 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'