Skip to content

Commit

Permalink
[MOD] Changed MacOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed May 20, 2024
1 parent 3ea3cc1 commit 9a479dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} {wheel}"
CC: gcc-13
CXX: g++-13
MACOSX_DEPLOYMENT_TARGET: "10.11"
- name: Upload with twine
if: "contains(github.event.head_commit.message, 'PyPI')"
run: |
Expand Down

0 comments on commit 9a479dd

Please sign in to comment.