Skip to content

Commit

Permalink
update wheel builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Jul 25, 2024
1 parent 19532e8 commit 8b3542f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,11 @@ jobs:
- name: Set MACOSX_DEPLOYMENT_TARGET
if: runner.os == 'macOS'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
# if [[ "${{ matrix.os }}" == "macos-12" ]]; then
# echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
# elif [[ "${{ matrix.os }}" == "macos-14" ]]; then
# echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
# fi
if [[ "${{ matrix.os }}" == "macos-12" ]]; then
echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
elif [[ "${{ matrix.os }}" == "macos-14" ]]; then
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
fi
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 8b3542f

Please sign in to comment.