Skip to content

Commit

Permalink
🔥 (Clang): Remove Clang 13 and Clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Dec 13, 2023
1 parent 2670b20 commit 4f4a056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
fail-fast: false
matrix:
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
Expand Down

0 comments on commit 4f4a056

Please sign in to comment.