Skip to content

Commit

Permalink
Set environment variable MACOSX_DEPLOYMENT_TARGET (try 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Jul 25, 2024
1 parent 79a1e0d commit 63572aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
MACOSX_DEPLOYMENT_TARGET: 13.0
MACOSX_DEPLOYMENT_TARGET: "13.0"

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 63572aa

Please sign in to comment.