Skip to content

Commit 10906ab

Browse files
committed
Fix CI
1 parent 43fc1a9 commit 10906ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
include:
2828
- os: ubuntu-latest
2929
jvm: 'adoptium:1.8.0-412'
30-
- os: window-latest
30+
- os: windows-latest
3131
jvm: 'adoptium:1.11.0.23'
3232
- os: macOS-latest
3333
jvm: 'adoptium:1.17'
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
include:
6060
- os: ubuntu-latest
61-
jvm: 'adoptium:1.21'
61+
jvm: 'adoptium:1.11.0.23'
6262
- os: macOS-latest
6363
jvm: 'adoptium:1.17'
6464
- os: windows-latest

0 commit comments

Comments
 (0)