Skip to content

Commit b3a717e

Browse files
committed
Use Java 17 based GraalVM on Windows for Daily
1 parent b7fb232 commit b3a717e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ jobs:
176176
strategy:
177177
matrix:
178178
java: [ 11 ]
179-
graalvm-version: [ "22.3.0" ]
180-
graalvm-java-version: [ "11" ]
179+
graalvm-version: [ "22.3.1" ]
180+
graalvm-java-version: [ "17" ]
181181
steps:
182182
- uses: actions/checkout@v3
183183
- uses: actions/cache@v3

0 commit comments

Comments
 (0)