Skip to content

Commit

Permalink
ugh put that MACOSX_DEPLOYMENT_TARGET in a tested workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Sep 6, 2024
1 parent cd04853 commit 1d47b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cibw:
build: "cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64"
env:
MACOSX_DEPLOYMENT_TARGET: "12.0"
CIBW_BUILD: "${{ matrix.cibw.build || '*' }}"
CIBW_SKIP: "*musllinux*"
CIBW_ARCHS: "${{ matrix.cibw.arch || 'auto' }}"
Expand Down

0 comments on commit 1d47b34

Please sign in to comment.