Skip to content

Commit b136699

Browse files
committed
ubuntu-22.04
1 parent 78adc36 commit b136699

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
@@ -92,7 +92,7 @@ jobs:
9292
name: 'Check if generated files are up to date'
9393
# Don't use ubuntu-latest but a specific version to make the job
9494
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
95-
runs-on: ubuntu-24.04
95+
runs-on: ubuntu-22.04
9696
timeout-minutes: 60
9797
needs: check_source
9898
if: needs.check_source.outputs.run_tests == 'true'

0 commit comments

Comments
 (0)