Skip to content

Commit 3568eae

Browse files
attempting to get graal to build for macos 13
1 parent 2f08b54 commit 3568eae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/on-release-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545

4646
- name: Set MACOSX_DEPLOYMENT_TARGET used by cibuildwheel
4747
if: ${{ startsWith(matrix.os, 'macos') }}
48-
run: echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
48+
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
4951
5052
- name: Run cibuildwheel
5153
run: |

0 commit comments

Comments
 (0)