Skip to content

Commit c4fa6cc

Browse files
authored
Merge pull request #940 from y-yagi/fix_ruby24_build
Use Ubuntu 22.04 image to fix broken Ruby 2.4 build
2 parents a155391 + 0716860 commit c4fa6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: >-
1616
rspec (${{ matrix.ruby }})
1717
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919

2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)