mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Test premium Mac builders (#118672)
This commit is contained in:
parent
2ba2c142a6
commit
9fd33af5ac
3 changed files with 5 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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", "macos-13"]'
|
||||
os-matrix: '["macos-14-xlarge", "macos-13-large"]'
|
||||
|
||||
build_macos_free_threading:
|
||||
name: 'macOS (free-threading)'
|
||||
|
|
|
|||
2
.github/workflows/reusable-macos.yml
vendored
2
.github/workflows/reusable-macos.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
--prefix=/opt/python-dev \
|
||||
--with-openssl="$(brew --prefix openssl@3.0)"
|
||||
- name: Build CPython
|
||||
run: make -j4
|
||||
run: make -j8
|
||||
- name: Display build info
|
||||
run: make pythoninfo
|
||||
- name: Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue