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 4605465 commit 2a85bedCopy full SHA for 2a85bed
.github/workflows/build.yml
@@ -208,7 +208,7 @@ jobs:
208
with:
209
config_hash: ${{ needs.check_source.outputs.config_hash }}
210
# macos-14 is M1, macos-13 is Intel
211
- os-matrix: '["macos-14-xlarge", "macos-13-large"]'
+ os-matrix: '["macos-14", "macos-13"]'
212
213
build_macos_free_threading:
214
name: 'macOS (free-threading)'
@@ -219,7 +219,7 @@ jobs:
219
220
free-threading: true
221
# macos-14-large is Intel with 12 cores (most parallelism)
222
- os-matrix: '["macos-14-large"]'
+ os-matrix: '["macos-14"]'
223
224
build_ubuntu:
225
name: 'Ubuntu'
0 commit comments