Skip to content

Commit

Permalink
Revert to free macOS runners (python#118744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv authored May 7, 2024
1 parent 4605465 commit 2a85bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
with:
config_hash: ${{ needs.check_source.outputs.config_hash }}
# macos-14 is M1, macos-13 is Intel
os-matrix: '["macos-14-xlarge", "macos-13-large"]'
os-matrix: '["macos-14", "macos-13"]'

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

build_ubuntu:
name: 'Ubuntu'
Expand Down

0 comments on commit 2a85bed

Please sign in to comment.