Skip to content

Commit

Permalink
Force system python to arm64 on macOS arm64 bwheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Mar 29, 2024
1 parent 1fee230 commit 938fb91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
name: Install Python
with:
python-version: '3.10'
if: matrix.os != 'macos-14'
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.10'
architecture: arm64
if: matrix.os == 'macos-14'
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
Expand Down

0 comments on commit 938fb91

Please sign in to comment.