Skip to content

Commit

Permalink
Merge pull request #483 from Chia-Network/EL-macos-13-arm
Browse files Browse the repository at this point in the history
Set MACOSX_DEPLOYMENT_TARGET for Apple Silicon
  • Loading branch information
arvidn authored Nov 7, 2024
2 parents 1f0a145 + 208399f commit 89d2d5a
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 89d2d5a

Please sign in to comment.