Skip to content

Commit 2a85bed

Browse files
authored
Revert to free macOS runners (#118744)
1 parent 4605465 commit 2a85bed

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
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
config_hash: ${{ needs.check_source.outputs.config_hash }}
210210
# macos-14 is M1, macos-13 is Intel
211-
os-matrix: '["macos-14-xlarge", "macos-13-large"]'
211+
os-matrix: '["macos-14", "macos-13"]'
212212

213213
build_macos_free_threading:
214214
name: 'macOS (free-threading)'
@@ -219,7 +219,7 @@ jobs:
219219
config_hash: ${{ needs.check_source.outputs.config_hash }}
220220
free-threading: true
221221
# macos-14-large is Intel with 12 cores (most parallelism)
222-
os-matrix: '["macos-14-large"]'
222+
os-matrix: '["macos-14"]'
223223

224224
build_ubuntu:
225225
name: 'Ubuntu'

0 commit comments

Comments
 (0)