https://github.com/python/cpython/commit/5a9eeafa055a8724b1741316cfbd9612825220aa
commit: 5a9eeafa055a8724b1741316cfbd9612825220aa
branch: main
author: Ɓukasz Langa <[email protected]>
committer: ambv <[email protected]>
date: 2024-05-07T00:49:45+02:00
summary:

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

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7d9e70a68005e3..8f966591c30235 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'

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to