diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2024-05-07 23:40:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 23:40:38 (GMT) |
commit | 2a85bed89dc14327afe344a57233a37795fde2b9 (patch) | |
tree | 04668a16441775d9cdb421f1ea6d0569e0debfcc /.github | |
parent | 460546529b0959ce9528dec1c5cd836dcc04ad2c (diff) | |
download | cpython-2a85bed89dc14327afe344a57233a37795fde2b9.zip cpython-2a85bed89dc14327afe344a57233a37795fde2b9.tar.gz cpython-2a85bed89dc14327afe344a57233a37795fde2b9.tar.bz2 |
Revert to free macOS runners (#118744)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f96659..1b2677f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)' @@ -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' |