Skip to content

Commit da19166

Browse files
authored
pinned the ubuntu version in the Test action, to ensure support for jruby 9.4.0.0 (#1518)
1 parent 7227c88 commit da19166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040

4141
test:
4242
name: Test (${{ matrix.ruby-version }})
43-
runs-on: ubuntu-latest
43+
# this is needed because our JRuby test version isnt supported on ubuntu-24 (which is now ubuntu-latest)
44+
runs-on: ubuntu-22.04
4445
strategy:
4546
matrix:
4647
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, '3.3', jruby-9.4.0.0, truffleruby-head]

0 commit comments

Comments
 (0)