We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c7423 commit 77fdb4bCopy full SHA for 77fdb4b
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ concurrency:
18
jobs:
19
rubocop:
20
name: Rubocop
21
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-latest'
22
steps:
23
- uses: actions/checkout@v4
24
- uses: ruby/setup-ruby@v1
@@ -31,7 +31,7 @@ jobs:
31
32
test:
33
name: 'Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.env.RAILS_VERSION }}'
34
- runs-on: ubuntu-20.04
35
strategy:
36
fail-fast: false
37
matrix:
0 commit comments