Skip to content

Commit b182bdf

Browse files
authored
Merge pull request #30 from jgraichen/renovate/ubuntu-24.x
2 parents bf76dd6 + 6811ba7 commit b182bdf

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
@@ -7,7 +7,7 @@ on:
77
jobs:
88
rspec:
99
name: Ruby ${{ matrix.ruby }} / ${{ matrix.gemfile }}
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
strategy:
1313
matrix:
@@ -57,7 +57,7 @@ jobs:
5757

5858
rubocop:
5959
name: rubocop
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161

6262
env:
6363
BUNDLE_JOBS: 4

0 commit comments

Comments
 (0)