Skip to content

Commit d15540c

Browse files
committed
Upgrade GCC from 10 to 13.2 in GHA Address Sanitizer
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.2.
1 parent b52bc56 commit d15540c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,6 @@ jobs:
519519
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
520520
- name: Install dependencies
521521
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
526522
- name: Configure OpenSSL env vars
527523
run: |
528524
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)