Skip to content

Commit

Permalink
Merge pull request #940 from y-yagi/fix_ruby24_build
Browse files Browse the repository at this point in the history
Use Ubuntu 22.04 image to fix broken Ruby 2.4 build
  • Loading branch information
y-yagi authored Jan 14, 2025
2 parents a155391 + 0716860 commit c4fa6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: >-
rspec (${{ matrix.ruby }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit c4fa6cc

Please sign in to comment.