Skip to content

Commit 947184b

Browse files
Use jdk latest for github espresso style gate
1 parent e697712 commit 947184b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
PRIMARY: "compiler"
111111
# /espresso
112112
- env:
113-
JDK_VERSION: "21"
113+
JDK_VERSION: "latest"
114+
TOOLS_JDK_VERSION: "21"
114115
GATE_TAGS: "style,fullbuild"
115116
PRIMARY: "espresso"
116117
# /substratevm

0 commit comments

Comments
 (0)