Skip to content

Commit ed15726

Browse files
authored
Upgrade GCC version from 10 to 14 for ASAN
1 parent 09d19ef commit ed15726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@ 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
522+
- name: Set up GCC-14 for ASAN
523523
uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
524524
with:
525-
version: 10
525+
version: 14
526526
- name: Configure OpenSSL env vars
527527
run: |
528528
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)