Skip to content

Commit

Permalink
CI: Update ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed May 26, 2024
1 parent cf4ffd4 commit 45f1dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
run: bundle exec rubocop

test-ruby:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: bundle exec rake

test-jruby:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down

0 comments on commit 45f1dd6

Please sign in to comment.