Skip to content

Commit

Permalink
gha/macos-wheels: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Jul 17, 2024
1 parent 5e25730 commit e866871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-macports-wheels-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: macos-12
env:
CLANG_VERSION: 16
MACOSX_DEPLOYMENT_TARGET: "11.0"
MACOSX_DEPLOYMENT_TARGET: "12.0"
TWINE_REPOSITORY: https://test.pypi.org/legacy/
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down

0 comments on commit e866871

Please sign in to comment.