Skip to content

Commit

Permalink
fix sanitizers actions
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Jan 18, 2025
1 parent bf0fbc7 commit eefb392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ jobs:
CFLAGS: ${{ matrix.sanitizer.flags }}
CXXFLAGS: ${{ matrix.sanitizer.flags }}
LDFLAGS: ${{ matrix.sanitizer.flags }}
CC: clang-17
CXX: clang++-17
CC: clang-16
CXX: clang++-16
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit eefb392

Please sign in to comment.