Skip to content

Commit 208d9fc

Browse files
committed
fix wrong JDK version in Linux build
1 parent 91bf895 commit 208d9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
JAVA_DIST: 'zulu'
17-
JAVA_VERSION: '24.0.1+36'
17+
JAVA_VERSION: '24.0.0+36'
1818

1919
defaults:
2020
run:

0 commit comments

Comments
 (0)