We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a54ad commit 30851f7Copy full SHA for 30851f7
.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