Skip to content

Commit dcdbaf4

Browse files
committed
Merge branch '1.6'
2 parents 2b48ad6 + f49c115 commit dcdbaf4

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
@@ -15,13 +15,12 @@ permissions:
1515
contents: read
1616
jobs:
1717
build:
18-
runs-on: ${{ matrix.os }}
18+
runs-on: 'ubuntu-22.04'
1919
strategy:
2020
fail-fast: false
2121
matrix:
2222
# Alas, JDK14 can't be yet used while build is for Java 6
2323
java_version: ['8', '11', '17']
24-
os: ['ubuntu-20.04']
2524
env:
2625
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2726
steps:

0 commit comments

Comments
 (0)