Skip to content

Commit

Permalink
trying to fix the macos pyuda wheel CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Dec 16, 2024
1 parent f497848 commit ccedce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ jobs:
CIBW_PLATFORM: macos
CIBW_BUILD: cp*-${{matrix.build-platform[2]}}
MACOSX_DEPLOYMENT_TARGET: '13.0'
run: |
if [[ ${{matrix.build-platform[0]}} == 'macos-14' ]]; then
echo "MACOSX_DEPLOYMENT_TARGET=14.0 >> $GITHUB_ENV"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ccedce6

Please sign in to comment.