File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
test :
29
29
name : Specs - Ruby ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
30
30
if : " !contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
31
- runs-on : ubuntu-22 .04
31
+ runs-on : ubuntu-24 .04
32
32
continue-on-error : ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
33
33
env : # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
34
34
BUNDLE_GEMFILE : ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
Original file line number Diff line number Diff line change 28
28
test :
29
29
name : Specs - Ruby ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
30
30
if : " !contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
31
- runs-on : ubuntu-22 .04
31
+ runs-on : ubuntu-24 .04
32
32
continue-on-error : ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
33
33
env : # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
34
34
BUNDLE_GEMFILE : ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
You can’t perform that action at this time.
0 commit comments