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.
2 parents 2b48ad6 + f49c115 commit dcdbaf4Copy full SHA for dcdbaf4
1 file changed
.github/workflows/main.yml
@@ -15,13 +15,12 @@ permissions:
15
contents: read
16
jobs:
17
build:
18
- runs-on: ${{ matrix.os }}
+ runs-on: 'ubuntu-22.04'
19
strategy:
20
fail-fast: false
21
matrix:
22
# Alas, JDK14 can't be yet used while build is for Java 6
23
java_version: ['8', '11', '17']
24
- os: ['ubuntu-20.04']
25
env:
26
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
27
steps:
0 commit comments