We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55bdfd commit becbfd7Copy full SHA for becbfd7
.github/workflows/ruby.yml
@@ -71,7 +71,7 @@ jobs:
71
bundle exec rake
72
73
jruby:
74
- runs-on: ubuntu-20.04 # ubuntu-latest is currently 22.04, which doesn't have a supported JRuby 9 build yet
+ runs-on: ubuntu-22.04
75
timeout-minutes: 10
76
strategy:
77
matrix:
0 commit comments