Skip to content

Commit e8927b0

Browse files
committed
Update Ubuntu for CI
1 parent f20ea08 commit e8927b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ permissions:
1414
contents: read
1515
jobs:
1616
build:
17-
runs-on: ${{ matrix.os }}
17+
runs-on: 'ubuntu-22.04'
1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
# Alas, JDK14 can't be yet used as JUG builds for Java 6
2222
java_version: ['8', '11']
23-
os: ['ubuntu-20.04']
2423
env:
2524
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2625
steps:

0 commit comments

Comments
 (0)