We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9319192 + c7e744b commit d96b63dCopy full SHA for d96b63d
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
test_ruby_versions:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
12
continue-on-error: ${{ matrix.allow_failures == 'allow failures' || false }}
13
0 commit comments