Skip to content

Commit f49c115

Browse files
committed
Update Ubuntu for CI
1 parent 08c443f commit f49c115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ permissions:
1313
contents: read
1414
jobs:
1515
build:
16-
runs-on: ${{ matrix.os }}
16+
runs-on: 'ubuntu-22.04'
1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
# Alas, JDK14 can't be yet used while build is for Java 6
2121
java_version: ['8', '11']
22-
os: ['ubuntu-20.04']
2322
env:
2423
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2524
steps:

0 commit comments

Comments
 (0)