Skip to content

Commit 0bc0708

Browse files
marko-bekhtaDavideD
authored andcommitted
[#2516] Use temurin distribution for JDK 24
1 parent ef31dca commit 0bc0708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
# and it's useful to test that.
191191
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
192192
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
193-
- { name: "24", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
193+
- { name: "24", java_version_numeric: 24, jvm_args: '--enable-preview' }
194194
- { name: "25", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
195195
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
196196
steps:

0 commit comments

Comments
 (0)