Skip to content

Commit

Permalink
fix(ci): set SDK_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Nov 16, 2024
1 parent 24f4276 commit 63b8ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Build osxcross
if: steps.osxcross-target.outputs.cache-hit != 'true'
run: UNATTENDED=1 ./build.sh
run: UNATTENDED=1 SDK_VERSION=15.0 ./build.sh
working-directory: /osxcross

- name: Setup cross compile environment for Darwin AMD64
Expand Down

0 comments on commit 63b8ab6

Please sign in to comment.