Skip to content

Commit

Permalink
🔧 (Clang): Add Clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Dec 13, 2023
1 parent 4ad27a0 commit 2670b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
compiler: [
{ name: Clang 13, cc: /usr/bin/clang-13, cxx: /usr/bin/clang++-13 },
{ 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 11, cc: /usr/bin/gcc-11, cxx: /usr/bin/g++-11 }, # ? Not working yet, see https://github.com/boost-ext/sml/issues/546
{ name: GCC 12, cc: /usr/bin/gcc-12, cxx: /usr/bin/g++-12 },
Expand Down

0 comments on commit 2670b20

Please sign in to comment.