We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eba791 commit e29503fCopy full SHA for e29503f
.github/workflows/generator-tests.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
test-generator-templates:
12
name: Check Generator Templates
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
16
- name: Set up Ruby
@@ -22,7 +22,7 @@ jobs:
22
run: bundle exec ./bin/generate --verify
23
test-generator:
24
name: Test Generator
25
26
27
28
0 commit comments