ci: clang-18 added

This commit is contained in:
Mateusz Pusz
2024-05-16 19:12:22 +02:00
parent bb78d160e7
commit c2e1b31024
2 changed files with 26 additions and 0 deletions

View File

@ -128,6 +128,19 @@ jobs:
lib: "libc++",
conan-config: "",
}
- {
name: "Clang-18",
os: ubuntu-22.04,
compiler:
{
type: CLANG,
version: 18,
cc: "clang-18",
cxx: "clang++-18",
},
lib: "libc++",
conan-config: "",
}
- {
name: "Apple Clang 15",
os: macos-14,

View File

@ -122,6 +122,19 @@ jobs:
lib: "libc++",
conan-config: "",
}
- {
name: "Clang-18",
os: ubuntu-22.04,
compiler:
{
type: CLANG,
version: 18,
cc: "clang-18",
cxx: "clang++-18",
},
lib: "libc++",
conan-config: "",
}
- {
name: "Apple Clang 15",
os: macos-14,