Skip to content

Commit

Permalink
Add clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
denzor200 committed Sep 3, 2023
1 parent e98e765 commit edad1ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
linkflags: "linkflags=--coverage -lasan -lubsan"
gcov_tool: "gcov-9"
- toolset: clang-15
cxxstd: "03,11,14,17,20"
os: ubuntu-22.04
- toolset: clang-14
cxxstd: "03,11,14,17,20"
os: ubuntu-22.04
Expand Down

0 comments on commit edad1ff

Please sign in to comment.