Skip to content

Commit

Permalink
Use preinstalled python on arm64 (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Feb 1, 2024
1 parent 5482c3a commit 3a3a625
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
macos-arm64-wheel:
name: Wheel ${{ matrix.python }} macOS arm64
needs: macos-arm64-bazel
runs-on: macos-14-xlarge
runs-on: macos-13-xlarge
strategy:
matrix:
python: ['3.10', 3.11'] #['3.9', '3.10', '3.11']
Expand All @@ -41,12 +41,13 @@ jobs:
with:
name: ${{ runner.os }}-arm64-bazel-bin
path: bazel-bin
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "${{ matrix.python }}"
#- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
# with:
# python-version: "${{ matrix.python }}"
- name: Wheel ${{ matrix.python }} macOS
run: |
set -x -e
python3 --version
python --version
python -m pip install wheel
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64
Expand Down

0 comments on commit 3a3a625

Please sign in to comment.