Skip to content

Commit 8aced60

Browse files
authored
Update CI to use ubuntu-22.04 (#3168)
1 parent 536fb7a commit 8aced60

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
@@ -43,7 +43,8 @@ jobs:
4343
run: bundle exec rake rbs:test
4444

4545
test:
46-
runs-on: ubuntu-latest
46+
# change to ubuntu-latest once Ruby 2.5 and JRuby 9.2 is dropped
47+
runs-on: ubuntu-22.04
4748
strategy:
4849
fail-fast: false
4950
matrix:

0 commit comments

Comments
 (0)