Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET for Apple Silicon
Browse files Browse the repository at this point in the history
Set MACOS_DEPLOYMENT_TARGET to 13 for consistency with Intel
  • Loading branch information
emlowe authored Oct 17, 2024
1 parent 59e15cf commit 208399f
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 @@ -40,6 +40,8 @@ jobs:
sh rust.sh -y
- name: Build m1 wheels
env:
MACOSX_DEPLOYMENT_TARGET: "13.0"
run: |
python3 -m venv venv
. ./venv/bin/activate
Expand Down

0 comments on commit 208399f

Please sign in to comment.