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 78adc36 commit b136699Copy full SHA for b136699
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
name: 'Check if generated files are up to date'
93
# Don't use ubuntu-latest but a specific version to make the job
94
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
95
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
96
timeout-minutes: 60
97
needs: check_source
98
if: needs.check_source.outputs.run_tests == 'true'
0 commit comments