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 4396956 commit ecb5299Copy full SHA for ecb5299
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
47
runs-on: ubuntu-24.04
48
container:
49
- image: ghcr.io/python/autoconf:2024.10.11.11293396815
+ image: ghcr.io/python/autoconf:2024.10.19.11417401087
50
timeout-minutes: 60
51
needs: check_source
52
if: needs.check_source.outputs.run_tests == 'true'
0 commit comments