|
46 | 46 | # reproducible: to get the same tools versions (autoconf, aclocal, ...) |
47 | 47 | runs-on: ubuntu-24.04 |
48 | 48 | container: |
49 | | - image: ghcr.io/python/autoconf:2024.10.16.11360930377 |
| 49 | + image: ghcr.io/python/autoconf:2024.11.11.11786316759 |
50 | 50 | timeout-minutes: 60 |
51 | 51 | needs: check_source |
52 | 52 | if: needs.check_source.outputs.run_tests == 'true' |
|
76 | 76 | # Check for changes in regenerated files |
77 | 77 | if test -n "$changes"; then |
78 | 78 | 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 ;)" |
80 | 80 | echo "configure files must be regenerated with a specific version of autoconf." |
81 | 81 | echo "$changes" |
82 | 82 | echo "" |
|
88 | 88 | name: 'Check if generated files are up to date' |
89 | 89 | # Don't use ubuntu-latest but a specific version to make the job |
90 | 90 | # reproducible: to get the same tools versions (autoconf, aclocal, ...) |
91 | | - runs-on: ubuntu-22.04 |
| 91 | + runs-on: ubuntu-24.04 |
92 | 92 | timeout-minutes: 60 |
93 | 93 | needs: check_source |
94 | 94 | if: needs.check_source.outputs.run_tests == 'true' |
@@ -237,7 +237,7 @@ jobs: |
237 | 237 | strategy: |
238 | 238 | fail-fast: false |
239 | 239 | matrix: |
240 | | - os: [ubuntu-22.04] |
| 240 | + os: [ubuntu-24.04] |
241 | 241 | openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2] |
242 | 242 | env: |
243 | 243 | OPENSSL_VER: ${{ matrix.openssl_ver }} |
@@ -297,7 +297,7 @@ jobs: |
297 | 297 |
|
298 | 298 | test_hypothesis: |
299 | 299 | name: "Hypothesis tests on Ubuntu" |
300 | | - runs-on: ubuntu-22.04 |
| 300 | + runs-on: ubuntu-24.04 |
301 | 301 | timeout-minutes: 60 |
302 | 302 | needs: check_source |
303 | 303 | if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true' |
@@ -417,7 +417,7 @@ jobs: |
417 | 417 | if: needs.check_source.outputs.run_tests == 'true' |
418 | 418 | strategy: |
419 | 419 | matrix: |
420 | | - os: [ubuntu-22.04] |
| 420 | + os: [ubuntu-24.04] |
421 | 421 | env: |
422 | 422 | OPENSSL_VER: 3.0.15 |
423 | 423 | PYTHONSTRICTEXTENSIONBUILD: 1 |
|
0 commit comments