Remove clang++12 from the Ubuntu CI. (#1669)

This commit is contained in:
Andreas Süßenbach 2023-09-28 10:32:26 +02:00 committed by GitHub
parent c0fa16710b
commit f3cdc24a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ jobs:
- {cxx: "g++-9", c: "gcc-9"}
- {cxx: "g++-10", c: "gcc-10"}
- {cxx: "g++-11", c: "gcc-11"}
- {cxx: "clang++-12", c: "clang-12"}
- {cxx: "clang++-13", c: "clang-13"}
- {cxx: "clang++-14", c: "clang-14"}
cxx_standard: [11, 14, 17, 20]