We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f08b54 commit 3568eaeCopy full SHA for 3568eae
1 file changed
.github/workflows/on-release-main.yml
@@ -45,7 +45,9 @@ jobs:
45
46
- name: Set MACOSX_DEPLOYMENT_TARGET used by cibuildwheel
47
if: ${{ startsWith(matrix.os, 'macos') }}
48
- run: echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
+ run: |
49
+ echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
50
+ echo "NATIVE_IMAGE_OPTIONS=--native-compiler-options=-mmacosx-version-min=13.0 -H:NativeLinkerOption=-mmacosx-version-min=13.0" >> $GITHUB_ENV
51
52
- name: Run cibuildwheel
53
run: |
0 commit comments