Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8419f01 commit 5a9eeafCopy full SHA for 5a9eeaf
1 file changed
.github/workflows/build.yml
@@ -218,8 +218,8 @@ jobs:
218
with:
219
config_hash: ${{ needs.check_source.outputs.config_hash }}
220
free-threading: true
221
- # macos-14 is M1
222
- os-matrix: '["macos-14"]'
+ # macos-14-large is Intel with 12 cores (most parallelism)
+ os-matrix: '["macos-14-large"]'
223
224
build_ubuntu:
225
name: 'Ubuntu'
0 commit comments