diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-10-26 15:46:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 15:46:46 (GMT) |
commit | 26d627779f79d8d5650fe7be348432eccc28f8f9 (patch) | |
tree | be4a50ea2fbe982959931d78d4c1066d446c3ef7 /.github | |
parent | a78d5b32429e2399178ac838e0e62b2bd62c0af9 (diff) | |
download | cpython-26d627779f79d8d5650fe7be348432eccc28f8f9.zip cpython-26d627779f79d8d5650fe7be348432eccc28f8f9.tar.gz cpython-26d627779f79d8d5650fe7be348432eccc28f8f9.tar.bz2 |
gh-89640: properly detect float word ordering on Linux (#125571)
autoconf-archive patch by Dan Amelang.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8889889..09b8858 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: # reproducible: to get the same tools versions (autoconf, aclocal, ...) runs-on: ubuntu-24.04 container: - image: ghcr.io/python/autoconf:2024.10.11.11293396815 + image: ghcr.io/python/autoconf:2024.10.16.11360930377 timeout-minutes: 60 needs: check_source if: needs.check_source.outputs.run_tests == 'true' |