We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f5eae commit 2bca1ceCopy full SHA for 2bca1ce
.github/workflows/ci.yml
@@ -29,8 +29,8 @@ jobs:
29
include:
30
- os: ubuntu-latest
31
jvm: 'adoptium:1.8.0-372'
32
- - os: window-latest
33
- jvm: 'adoptium:1.11.0.20+8'
+ - os: windows-latest
+ jvm: 'adoptium:1.11.0.19'
34
- os: macOS-latest
35
jvm: 'adoptium:1.17.0.7'
36
@@ -55,8 +55,8 @@ jobs:
55
56
- os: windows-latest
57
58
- - os: unbutu-latest
59
+ - os: ubuntu-latest
60
61
62
name: Scripted Tests on ${{ matrix.os }} -- ${{ matrix.jvm }}
0 commit comments