Skip to content

Commit e29503f

Browse files
authored
Upgrade workflow images from Ubuntu 22.04 to 24.04 (#1830)
1 parent 5eba791 commit e29503f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generator-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
test-generator-templates:
1212
name: Check Generator Templates
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616
- name: Set up Ruby
@@ -22,7 +22,7 @@ jobs:
2222
run: bundle exec ./bin/generate --verify
2323
test-generator:
2424
name: Test Generator
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2828
- name: Set up Ruby

0 commit comments

Comments
 (0)