Skip to content

Commit

Permalink
Use JVM 17 instead of default JVM 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hg authored and hg committed Jun 25, 2024
1 parent 706d256 commit 06b3c30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/deploy-macosx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ runs:
export DYLD_LIBRARY_PATH="$LIBRARY_PATH"
export DYLD_FALLBACK_LIBRARY_PATH="$LIBRARY_PATH"
# Change default JVM on macos-14 runner
if [[ -n ${JAVA_HOME_17_arm64:-} ]]; then
export JAVA_HOME=$JAVA_HOME_17_arm64
fi

git --version
clang --version
/usr/local/bin/gcc-* --version || true
Expand Down

0 comments on commit 06b3c30

Please sign in to comment.