We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e415e commit cfea42eCopy full SHA for cfea42e
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
java_version: ['8', '11', '17', '21', '22']
29
- os: ['ubuntu-20.04']
+ os: ['ubuntu-22.04']
30
env:
31
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
32
steps:
0 commit comments