8000 Use Intel with 12 cores for free-threading tests for maximum speedup … · python/cpython@5a9eeaf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a9eeaf

Browse files
authored
Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)
1 parent 8419f01 commit 5a9eeaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
with:
219219
config_hash: ${{ needs.check_source.outputs.config_hash }}
220220
free-threading: true
221-
# macos-14 is M1
222-
os-matrix: '["macos-14"]'
221+
# macos-14-large is Intel with 12 cores (most parallelism)
222+
os-matrix: '["macos-14-large"]'
223223

224224
build_ubuntu:
225225
name: 'Ubuntu'

0 commit comments

Comments
 (0)
0