Skip to content

Commit 6846e2c

Browse files
committed
Update Ubuntu for CI
1 parent f673ba7 commit 6846e2c

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
@@ -11,12 +11,11 @@ on:
1111
- master
1212
jobs:
1313
build:
14-
runs-on: ${{ matrix.os }}
14+
runs-on: 'ubuntu-22.04'
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
java_version: ['8', '11', '17']
19-
os: ['ubuntu-20.04']
2019
env:
2120
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2221
steps:

0 commit comments

Comments
 (0)