5353 name : ' Check if Autoconf files are up to date'
5454 # Don't use ubuntu-latest but a specific version to make the job
5555 # reproducible: to get the same tools versions (autoconf, aclocal, ...)
56- runs-on : ubuntu-24 .04
56+ runs-on : ubuntu-26 .04
5757 container :
5858 image : ghcr.io/python/autoconf:2025.01.02.12581854023
5959 timeout-minutes : 60
9696 name : ' Check if generated files are up to date'
9797 # Don't use ubuntu-latest but a specific version to make the job
9898 # reproducible: to get the same tools versions (autoconf, aclocal, ...)
99- runs-on : ubuntu-24 .04
99+ runs-on : ubuntu-26 .04
100100 timeout-minutes : 60
101101 needs : build-context
102102 if : needs.build-context.outputs.run-tests == 'true'
@@ -239,18 +239,18 @@ jobs:
239239 - false
240240 - true
241241 os :
242- - ubuntu-24 .04
243- - ubuntu-24 .04-arm
242+ - ubuntu-26 .04
243+ - ubuntu-26 .04-arm
244244 exclude :
245245 # Do not test BOLT with free-threading, to conserve resources
246246 - bolt : true
247247 free-threading : true
248248 # BOLT currently crashes during instrumentation on aarch64
249- - os : ubuntu-24 .04-arm
249+ - os : ubuntu-26 .04-arm
250250 bolt : true
251251 include :
252252 # Enable CPU-intensive tests on ARM (default build only)
253- - os : ubuntu-24 .04-arm
253+ - os : ubuntu-26 .04-arm
254254 bolt : false
255255 free-threading : false
256256 test-opts : ' -u cpu'
@@ -270,7 +270,7 @@ jobs:
270270 strategy :
271271 fail-fast : false
272272 matrix :
273- os : [ubuntu-24 .04]
273+ os : [ubuntu-26 .04]
274274 ssllib :
275275 # See Tools/ssl/make_ssl_data.py for notes on adding a new version
276276 # # OpenSSL
@@ -346,38 +346,29 @@ jobs:
346346 - arch : aarch64
347347 runs-on : macos-26
348348 - arch : x86_64
349- runs-on : ubuntu-24 .04
349+ runs-on : ubuntu-26 .04
350350
351351 runs-on : ${{ matrix.runs-on }}
352352 steps :
353353 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
354354 with :
355355 persist-credentials : false
356356 - name : Build and test
357- run : python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
357+ run : JAVA_HOME="${JAVA_HOME_21_X64:-$JAVA_HOME_21_arm64}" python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
358358
359359 build-ios :
360360 name : iOS
361361 needs : build-context
362362 if : needs.build-context.outputs.run-ios == 'true'
363363 timeout-minutes : 60
364- runs-on : macos-14
364+ runs-on : macos-26
365365 steps :
366366 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
367367 with :
368368 persist-credentials : false
369369
370- # GitHub recommends explicitly selecting the desired Xcode version:
371- # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
372- # This became a necessity as a result of
373- # https://github.com/actions/runner-images/issues/12541 and
374- # https://github.com/actions/runner-images/issues/12751.
375- - name : Select Xcode version
376- run : |
377- sudo xcode-select --switch /Applications/Xcode_15.4.app
378-
379370 - name : Build and test
380- run : python3 Platforms/Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
371+ run : python3 Platforms/Apple ci iOS --fast-ci
381372
382373 build-emscripten :
383374 name : ' Emscripten'
@@ -393,7 +384,7 @@ jobs:
393384
394385 test-hypothesis :
395386 name : " Hypothesis tests on Ubuntu"
396- runs-on : ubuntu-24 .04
387+ runs-on : ubuntu-26 .04
397388 timeout-minutes : 60
398389 needs : build-context
399390 if : needs.build-context.outputs.run-ubuntu == 'true'
@@ -504,7 +495,7 @@ jobs:
504495 strategy :
505496 fail-fast : false
506497 matrix :
507- os : [ubuntu-24 .04]
498+ os : [ubuntu-26 .04]
508499 env :
509500 OPENSSL_VER : 3.5.7
510501 PYTHONSTRICTEXTENSIONBUILD : 1
@@ -519,10 +510,6 @@ jobs:
519510 run : echo "::add-matcher::.github/problem-matchers/gcc.json"
520511 - name : Install dependencies
521512 run : sudo ./.github/workflows/posix-deps-apt.sh
522- - name : Set up GCC-10 for ASAN
523- uses : egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
524- with :
525- version : 10
526513 - name : Configure OpenSSL env vars
527514 run : |
528515 echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"
@@ -572,7 +559,7 @@ jobs:
572559
573560 cross-build-linux :
574561 name : Cross build Linux
575- runs-on : ubuntu-latest
562+ runs-on : ubuntu-26.04
576563 timeout-minutes : 60
577564 needs : build-context
578565 if : needs.build-context.outputs.run-ubuntu == 'true'
0 commit comments