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 b9cd03a commit 9526268Copy full SHA for 9526268
.github/workflows/hoary.yml
@@ -23,7 +23,7 @@ jobs:
23
test:
24
name: Specs ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
25
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
27
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
28
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
29
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
0 commit comments