Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 40d79bb

Browse files
committed
try older ubuntu for jruby
1 parent 58504da commit 40d79bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
test:
1616
name: Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}
17-
runs-on: ubuntu-20.04
17+
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
1818
strategy:
1919
matrix:
2020
ruby:
@@ -36,6 +36,7 @@ jobs:
3636
JRUBY_OPTS: "--dev"
3737
- ruby: jruby-9.1.17.0
3838
bundler: 1
39+
os: ubuntu-18.04
3940
env:
4041
JRUBY_OPTS: "--dev"
4142
- ruby: 2.7

0 commit comments

Comments
 (0)