Skip to content

Commit 89b3eec

Browse files
authored
Update ubuntu runner
1 parent 8e18b84 commit 89b3eec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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
@@ -30,7 +30,7 @@ jobs:
3030

3131
test:
3232
name: 'Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.env.RAILS_VERSION }}'
33-
runs-on: ubuntu-20.04
33+
runs-on: 'ubuntu-latest'
3434
strategy:
3535
fail-fast: false
3636
matrix:
@@ -213,7 +213,7 @@ jobs:
213213

214214
legacy:
215215
name: Legacy Ruby Builds (${{ matrix.container.version }})
216-
runs-on: ubuntu-20.04
216+
runs-on: 'ubuntu-latest'
217217
container:
218218
image: ${{ matrix.container.tag }}
219219
options: ${{ matrix.container.options || '--add-host github-complains-if-this-is-empty.com:127.0.0.1' }}

0 commit comments

Comments
 (0)