Skip to content

Commit

Permalink
Update CI to use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jterapin committed Jan 16, 2025
1 parent 3553bcf commit b937c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.2, jruby-9.3, jruby-9.4]
runs-on: ubuntu-latest
# change to ubuntu-latest once Ruby 2.5 and JRuby 9.2 is dropped
runs-on: ubuntu-22.04
steps:
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit b937c51

Please sign in to comment.