Skip to content

Commit dcc8dc1

Browse files
authored
Enforce to use jvm 17 on linux aarch64 (#2180)
1 parent e0ea928 commit dcc8dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-linux-aarch64-from-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apt-get install -q -y build-essential libz-dev zlib1g-dev git python3-pip curl z
77

88
export PATH="$(pwd)/utils:$PATH"
99

10-
eval "$(cs java --env --jvm 11 --jvm-index https://github.com/coursier/jvm-index/raw/master/index.json)"
10+
eval "$(cs java --env --jvm temurin:17 --jvm-index https://github.com/coursier/jvm-index/raw/master/index.json)"
1111

1212
git config --global --add safe.directory "$(pwd)"
1313

0 commit comments

Comments
 (0)