Skip to content

Commit

Permalink
gha/macos-wheels: Fix build after macOS version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Jul 17, 2024
1 parent 5e25730 commit 8cb5cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -61,7 +61,7 @@ jobs:
save-always: true
- name: Install MacPorts
run: |
curl -LO https://raw.githubusercontent.com/anlambert/macports-ci/master/macports-ci
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci
source ./macports-ci install
- name: Install Talipot build dependencies
run: sudo port -N install
Expand Down

0 comments on commit 8cb5cdd

Please sign in to comment.