Skip to content

Commit 0ac612f

Browse files
committed
Update CI to use ubuntu-22.04
1 parent 56f6919 commit 0ac612f

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
@@ -11,7 +11,8 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
# change to ubuntu-latest once Ruby 2.5 and JRuby 9.2 is dropped
15+
runs-on: ubuntu-22.04
1516
strategy:
1617
fail-fast: false
1718
matrix:

0 commit comments

Comments
 (0)