Skip to content

Commit 8206936

Browse files
authored
Update ubuntu runner
1 parent 93b2d24 commit 8206936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
rubocop:
2020
name: Rubocop
21-
runs-on: 'ubuntu-20.04'
21+
runs-on: 'ubuntu-latest'
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: ruby/setup-ruby@v1
@@ -31,7 +31,7 @@ jobs:
3131

3232
test:
3333
name: 'Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.env.RAILS_VERSION }}'
34-
runs-on: ubuntu-20.04
34+
runs-on: 'ubuntu-latest'
3535
strategy:
3636
fail-fast: false
3737
matrix:

0 commit comments

Comments
 (0)