Skip to content

Commit 9526268

Browse files
committed
💚 Upgrade Ruby 2.2 to Ubuntu 22.04
1 parent b9cd03a commit 9526268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hoary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
name: Specs ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
2525
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
2828
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
2929
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile

0 commit comments

Comments
 (0)