Skip to content

Commit 7643b87

Browse files
authored
Merge pull request #554 from iusildra/change-java-11-ci
fix ci
2 parents d03426f + 2bca1ce commit 7643b87

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
@@ -29,7 +29,7 @@ jobs:
2929
include:
3030
- os: ubuntu-latest
3131
jvm: 'adoptium:1.8.0-372'
32-
- os: window-latest
32+
- os: windows-latest
3333
jvm: 'adoptium:1.11.0.19'
3434
- os: macOS-latest
3535
jvm: 'adoptium:1.17.0.7'
@@ -55,7 +55,7 @@ jobs:
5555
include:
5656
- os: windows-latest
5757
jvm: 'adoptium:1.8.0-372'
58-
- os: unbutu-latest
58+
- os: ubuntu-latest
5959
jvm: 'adoptium:1.11.0.19'
6060
- os: macOS-latest
6161
jvm: 'adoptium:1.17.0.7'

0 commit comments

Comments
 (0)