File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 test :
2929 name : Specs - Ruby ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
3030 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
3232 continue-on-error : ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3333 env : # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3434 BUNDLE_GEMFILE : ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
Original file line number Diff line number Diff line change 2828 test :
2929 name : Specs - Ruby ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
3030 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
3232 continue-on-error : ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3333 env : # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3434 BUNDLE_GEMFILE : ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
You can’t perform that action at this time.
0 commit comments