@@ -46,14 +46,14 @@ jobs:
4646 # reproducible: to get the same tools versions (autoconf, aclocal, ...)
4747 runs-on : ubuntu-24.04
4848 container :
49- image : ghcr.io/python/autoconf:2024.10.16.11360930377
49+ image : ghcr.io/python/autoconf:2024.11.11.11786316759
5050 timeout-minutes : 60
5151 needs : check_source
5252 if : needs.check_source.outputs.run_tests == 'true'
5353 steps :
5454 - name : Install Git
5555 run : |
56- apt install git -yq
56+ apt update && apt install git -yq
5757 git config --global --add safe.directory "$GITHUB_WORKSPACE"
5858 - uses : actions/checkout@v4
5959 with :
7676 # Check for changes in regenerated files
7777 if test -n "$changes"; then
7878 echo "Generated files not up to date."
79- echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
79+ echo "Perhaps you forgot to run make regen-configure ;)"
8080 echo "configure files must be regenerated with a specific version of autoconf."
8181 echo "$changes"
8282 echo ""
8888 name : ' Check if generated files are up to date'
8989 # Don't use ubuntu-latest but a specific version to make the job
9090 # reproducible: to get the same tools versions (autoconf, aclocal, ...)
91- runs-on : ubuntu-22 .04
91+ runs-on : ubuntu-24 .04
9292 timeout-minutes : 60
9393 needs : check_source
9494 if : needs.check_source.outputs.run_tests == 'true'
@@ -237,7 +237,7 @@ jobs:
237237 strategy :
238238 fail-fast : false
239239 matrix :
240- os : [ubuntu-22 .04]
240+ os : [ubuntu-24 .04]
241241 openssl_ver : [3.0.15, 3.1.7, 3.2.3, 3.3.2]
242242 env :
243243 OPENSSL_VER : ${{ matrix.openssl_ver }}
@@ -297,7 +297,7 @@ jobs:
297297
298298 test_hypothesis :
299299 name : " Hypothesis tests on Ubuntu"
300- runs-on : ubuntu-22 .04
300+ runs-on : ubuntu-24 .04
301301 timeout-minutes : 60
302302 needs : check_source
303303 if : needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
@@ -417,7 +417,7 @@ jobs:
417417 if : needs.check_source.outputs.run_tests == 'true'
418418 strategy :
419419 matrix :
420- os : [ubuntu-22 .04]
420+ os : [ubuntu-24 .04]
421421 env :
422422 OPENSSL_VER : 3.0.15
423423 PYTHONSTRICTEXTENSIONBUILD : 1
0 commit comments