Skip to content

Commit e5f114d

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

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
@@ -193,7 +193,7 @@ jobs:
193193
# and it's useful to test that.
194194
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
195195
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
196-
- { name: "24", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
196+
- { name: "24", java_version_numeric: 24, jvm_args: '--enable-preview' }
197197
- { name: "25", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
198198
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
199199
steps:

0 commit comments

Comments
 (0)