Skip to content

Commit 3a3a625

Browse files
authored
Use preinstalled python on arm64 (#1931)
1 parent 5482c3a commit 3a3a625

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.arm64.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
macos-arm64-wheel:
3232
name: Wheel ${{ matrix.python }} macOS arm64
3333
needs: macos-arm64-bazel
34-
runs-on: macos-14-xlarge
34+
runs-on: macos-13-xlarge
3535
strategy:
3636
matrix:
3737
python: ['3.10', 3.11'] #['3.9', '3.10', '3.11']
@@ -41,12 +41,13 @@ jobs:
4141
with:
4242
name: ${{ runner.os }}-arm64-bazel-bin
4343
path: bazel-bin
44-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
45-
with:
46-
python-version: "${{ matrix.python }}"
44+
#- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
45+
# with:
46+
# python-version: "${{ matrix.python }}"
4747
- name: Wheel ${{ matrix.python }} macOS
4848
run: |
4949
set -x -e
50+
python3 --version
5051
python --version
5152
python -m pip install wheel
5253
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64

0 commit comments

Comments
 (0)