Skip to content

Commit 257a11f

Browse files
committed
👷 Try ubuntu-24.04 runner for JRuby and Truffle Ruby
1 parent 76e8f14 commit 257a11f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/truffle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)