Skip to content

Commit 0840707

Browse files
committed
Merge branch '4.3'
2 parents 1fc1aaa + e8927b0 commit 0840707

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,12 +15,11 @@ 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
java_version: ['8', '11', '17', '21']
23-
os: ['ubuntu-20.04']
2423
env:
2524
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2625
steps:

0 commit comments

Comments
 (0)