Skip to content

Commit 819958a

Browse files
committed
ci: update Ubuntu runner to 24.04 LTS
1 parent 8e5db8c commit 819958a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- ruby: jruby-head
4040
gemfile: gemfiles/rails-7-0.gemfile
4141
experimental: false
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-24.04
4343
continue-on-error: ${{ matrix.experimental }}
4444
env:
4545
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
rubocop:
6868
name: RuboCop
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-24.04
7070
steps:
7171
- uses: actions/checkout@v4
7272
- name: Set up Ruby

0 commit comments

Comments
 (0)