From: Victor Stinner Date: Thu, 2 Jul 2026 14:52:28 +0000 (+0200) Subject: gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (#152782) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=31a0e0968e92c65019e4e0547475904e9b047d4a;p=thirdparty%2FPython%2Fcpython.git gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (#152782) Remove the step which installs GCC 10. This step was needed when Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC 13. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0edf4602bfaf..5b320ffb11d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -519,10 +519,6 @@ jobs: run: echo "::add-matcher::.github/problem-matchers/gcc.json" - name: Install dependencies run: sudo ./.github/workflows/posix-deps-apt.sh - - name: Set up GCC-10 for ASAN - uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0 - with: - version: 10 - name: Configure OpenSSL env vars run: | echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"