Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET for Apple Silicon builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 17, 2024
1 parent 2c3698e commit 88bc8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-m1-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
rm rustup-init checksum.txt
- name: Build m1 wheels
env:
MACOSX_DEPLOYMENT_TARGET: '13.0'
run: |
python3 -m venv venv
. ./venv/bin/activate
Expand Down

0 comments on commit 88bc8fb

Please sign in to comment.