diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1194e574..691c1bdb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -105,7 +105,7 @@ jobs: - name: reconfigure with clang and AddressSanitizer run: | ./autogen.sh - ./configure CC=clang-11 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules + ./configure CC=clang-15 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules - name: recompile TREXIO run: make -j2