Skip to content

Commit cfea42e

Browse files
committed
Update CI to Ubuntu 22
1 parent 02e415e commit cfea42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
java_version: ['8', '11', '17', '21', '22']
29-
os: ['ubuntu-20.04']
29+
os: ['ubuntu-22.04']
3030
env:
3131
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
3232
steps:

0 commit comments

Comments
 (0)