Skip to content

Commit 2ba911b

Browse files
committed
Merge branch '6.7'
2 parents 24a7585 + 6518de0 commit 2ba911b

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
@@ -16,13 +16,12 @@ permissions:
1616

1717
jobs:
1818
build:
19-
runs-on: ${{ matrix.os }}
19+
runs-on: 'ubuntu-22.04'
2020
strategy:
2121
fail-fast: false
2222
matrix:
2323
# With Woodstox 7.0 can finally test versions past 11
2424
java_version: ['8', '11', '17', '21']
25-
os: ['ubuntu-20.04']
2625
env:
2726
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2827
steps:

0 commit comments

Comments
 (0)