We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6ef81 commit d91f64eCopy full SHA for d91f64e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ concurrency:
18
jobs:
19
test:
20
name: 'Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.env.RAILS_VERSION }}'
21
- runs-on: ubuntu-20.04
+ runs-on: 'ubuntu-latest'
22
strategy:
23
fail-fast: false
24
matrix:
@@ -42,7 +42,7 @@ jobs:
42
43
legacy:
44
name: Legacy Ruby Builds (${{ matrix.container.version }})
45
46
container:
47
image: ${{ matrix.container.tag }}
48
options: ${{ matrix.container.options || '--add-host github-complains-if-this-is-empty.com:127.0.0.1' }}
0 commit comments