Skip to content

Commit

Permalink
Specify MACOSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jan 7, 2025
1 parent b949f25 commit 554c19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: python -m pip install cibuildwheel==2.21.3
- run: echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d '.' -f 1-2)" >> $GITHUB_ENV
if: startsWith(matrix.os, 'macos')
- run: |
brew install nasm
python -m cibuildwheel
Expand Down

0 comments on commit 554c19e

Please sign in to comment.