We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133bd54 commit cfc11a8Copy full SHA for cfc11a8
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
strategy:
44
fail-fast: false
45
matrix:
46
- os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019 ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, windows-2019 ]
47
runs-on: ${{ matrix.os }}
48
env: # https://github.com/jruby/jruby/issues/7182
49
JAVA_OPTS: -Djdk.io.File.enableADS=true
0 commit comments