Skip to content

Commit 8c3226f

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

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
@@ -176,7 +176,7 @@ jobs:
176176
# and it's useful to test that.
177177
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
178178
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
179-
- { name: "24", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
179+
- { name: "24", java_version_numeric: 24, jvm_args: '--enable-preview' }
180180
- { name: "25", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
181181
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
182182
steps:

0 commit comments

Comments
 (0)