We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25a54ad + 30851f7 commit d724f9dCopy full SHA for d724f9d
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
test:
27
name: Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}
28
- runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
+ runs-on: ${{ matrix.os || 'ubuntu-latest' }}
29
strategy:
30
matrix:
31
ruby:
0 commit comments