Skip to content

Commit b937c51

Browse files
committed
Update CI to use ubuntu-22.04
1 parent 3553bcf commit b937c51

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
@@ -20,7 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.2, jruby-9.3, jruby-9.4]
23-
runs-on: ubuntu-latest
23+
# change to ubuntu-latest once Ruby 2.5 and JRuby 9.2 is dropped
24+
runs-on: ubuntu-22.04
2425
steps:
2526
- uses: ruby/setup-ruby@v1
2627
with:

0 commit comments

Comments
 (0)