Skip to content

Commit

Permalink
Update ubuntu runner (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe authored Feb 15, 2025
1 parent a5c7423 commit 77fdb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
rubocop:
name: Rubocop
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -31,7 +31,7 @@ jobs:

test:
name: 'Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.env.RAILS_VERSION }}'
runs-on: ubuntu-20.04
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 77fdb4b

Please sign in to comment.