Skip to content

Commit a170786

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#26483)
Co-authored-by: Bill Napier <[email protected]>
1 parent 6e84324 commit a170786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
name: generate
1616
jobs:
1717
generate_one:
18-
runs-on: ubuntu-20.04
18+
runs-on: 'ubuntu-24.04'
1919
strategy:
2020
fail-fast: false
2121
max-parallel: 4

0 commit comments

Comments
 (0)