Skip to content

Commit d63f730

Browse files
authored
Remove Clang-14 support (#394)
1 parent dd58724 commit d63f730

6 files changed

Lines changed: 0 additions & 49 deletions

File tree

.conan/profiles/clang/14/compiler

Lines changed: 0 additions & 7 deletions
This file was deleted.

.conan/profiles/clang/14/x64-libc++-debug

Lines changed: 0 additions & 7 deletions
This file was deleted.

.conan/profiles/clang/14/x64-libc++-msr

Lines changed: 0 additions & 7 deletions
This file was deleted.

.conan/profiles/clang/14/x64-libc++-release

Lines changed: 0 additions & 7 deletions
This file was deleted.

.conan/profiles/clang/14/x64-libc++-rwdi

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/cmake.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,6 @@ jobs:
5757
compiler: { type: GCC, version: 15, conan: "gcc", cc: "gcc-15", cxx: "g++-15", std: 23 },
5858
lib: "libstdc++11"
5959
}
60-
- {
61-
name: "Ubuntu Clang-14 + libc++",
62-
os: ubuntu-22.04,
63-
compiler:
64-
{
65-
type: CLANG,
66-
version: 14,
67-
conan: "clang",
68-
cc: "clang-14",
69-
cxx: "clang++-14",
70-
std: 20
71-
},
72-
lib: "libc++",
73-
}
7460
- {
7561
name: "Ubuntu Clang-15 + libc++",
7662
os: ubuntu-22.04,

0 commit comments

Comments
 (0)