Skip to content

Commit cfc11a8

Browse files
committed
Build on ubuntu-22.04 as well
1 parent 133bd54 commit cfc11a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019 ]
46+
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, windows-2019 ]
4747
runs-on: ${{ matrix.os }}
4848
env: # https://github.com/jruby/jruby/issues/7182
4949
JAVA_OPTS: -Djdk.io.File.enableADS=true

0 commit comments

Comments
 (0)