Skip to content

Commit d91f64e

Browse files
authored
Update ubuntu runner
1 parent 2c6ef81 commit d91f64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
test:
2020
name: 'Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.env.RAILS_VERSION }}'
21-
runs-on: ubuntu-20.04
21+
runs-on: 'ubuntu-latest'
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -42,7 +42,7 @@ jobs:
4242

4343
legacy:
4444
name: Legacy Ruby Builds (${{ matrix.container.version }})
45-
runs-on: ubuntu-20.04
45+
runs-on: 'ubuntu-latest'
4646
container:
4747
image: ${{ matrix.container.tag }}
4848
options: ${{ matrix.container.options || '--add-host github-complains-if-this-is-empty.com:127.0.0.1' }}

0 commit comments

Comments
 (0)