Skip to content

Commit 9813003

Browse files
committed
Use versionned ubuntu image for the job
1 parent 1d57a6c commit 9813003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
check_generated_files:
122122
name: 'Check if generated files are up to date'
123-
runs-on: ubuntu-latest
123+
runs-on: ubuntu-22.04
124124
timeout-minutes: 60
125125
needs: check_source
126126
if: needs.check_source.outputs.run_tests == 'true'

0 commit comments

Comments
 (0)