Skip to content

Commit 2bca1ce

Browse files
committed
fix ci
1 parent a2f5eae commit 2bca1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
include:
3030
- os: ubuntu-latest
3131
jvm: 'adoptium:1.8.0-372'
32-
- os: window-latest
33-
jvm: 'adoptium:1.11.0.20+8'
32+
- os: windows-latest
33+
jvm: 'adoptium:1.11.0.19'
3434
- os: macOS-latest
3535
jvm: 'adoptium:1.17.0.7'
3636
- os: ubuntu-latest
@@ -55,8 +55,8 @@ jobs:
5555
include:
5656
- os: windows-latest
5757
jvm: 'adoptium:1.8.0-372'
58-
- os: unbutu-latest
59-
jvm: 'adoptium:1.11.0.20+8'
58+
- os: ubuntu-latest
59+
jvm: 'adoptium:1.11.0.19'
6060
- os: macOS-latest
6161
jvm: 'adoptium:1.17.0.7'
6262
name: Scripted Tests on ${{ matrix.os }} -- ${{ matrix.jvm }}

0 commit comments

Comments
 (0)