Skip to content

Commit

Permalink
👷 (analysis): Sanitizers - remove clang-14, add clang-15, gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli authored and ladislas committed Dec 13, 2023
1 parent 1509e02 commit 3e252f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-code_analysis-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
matrix:
compiler:
[
{ name: Clang 14, cc: /usr/bin/clang-14, cxx: /usr/bin/clang++-14 },
{ name: Clang 15, cc: /usr/bin/clang-15, cxx: /usr/bin/clang++-15 },
{ name: GCC 10, cc: /usr/bin/gcc-10, cxx: /usr/bin/g++-10 },
{ name: GCC 12, cc: /usr/bin/gcc-12, cxx: /usr/bin/g++-12 },
{ name: GCC 13, cc: /usr/bin/gcc-13, cxx: /usr/bin/g++-13 },
]
optimisation_level: ["-Og", "-Os"]

Expand Down

0 comments on commit 3e252f2

Please sign in to comment.