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 cb18ec5 commit a3f7347Copy full SHA for a3f7347
.github/workflows/[A] build and test, release if requested.yml
@@ -92,10 +92,13 @@ jobs:
92
exclude:
93
- os: macOS-latest
94
architecture: x86
95
- - os: ubuntu-latest
96
- architecture: x86
+ - architecture: x86
97
distribution: zulu
98
java: 19
+ - os: ubuntu-latest
99
+ architecture: x64
100
+ distribution: zulu
101
+ java: 10
102
- distribution: liberica
103
java: 9
104
0 commit comments