Skip to content

Commit

Permalink
Merge pull request #122 from Chia-Network/EL.macos-arm-13
Browse files Browse the repository at this point in the history
Set MACOSX_DEPLOYMENT_TARGET for Apple Silicon
  • Loading branch information
prozacchiwawa authored Oct 18, 2024
2 parents 2187923 + 88bc8fb commit 2d2851d
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 2d2851d

Please sign in to comment.