Skip to content

Commit 511703c

Browse files
committed
[#1917] Fix CI failure setting up JDK 21
It's not available anymore from jdk.java.net
1 parent 9b1b18a commit 511703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
# even if we don't use these features, just enabling them can cause side effects
152152
# and it's useful to test that.
153153
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
154-
- { name: "21", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
154+
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
155155
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
156156
- { name: "23-ea", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
157157
steps:

0 commit comments

Comments
 (0)