forked from mpusz/mp-units
ci: clang-14 support added
This commit is contained in:
13
.github/workflows/ci-conan.yml
vendored
13
.github/workflows/ci-conan.yml
vendored
@@ -115,6 +115,19 @@ jobs:
|
||||
},
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Clang-14 + libc++",
|
||||
os: ubuntu-20.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
version: 14,
|
||||
cc: "clang-14",
|
||||
cxx: "clang++-14",
|
||||
std: 20,
|
||||
},
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "MacOS Apple Clang 13",
|
||||
os: macos-11,
|
||||
|
7
.github/workflows/ci-test-package-cmake.yml
vendored
7
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -80,6 +80,13 @@ jobs:
|
||||
{ type: CLANG, version: 13, cc: "clang-13", cxx: "clang++-13" },
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Clang 14.0.0 + libc++",
|
||||
os: ubuntu-20.04,
|
||||
compiler:
|
||||
{ type: CLANG, version: 14, cc: "clang-14", cxx: "clang++-14" },
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "MacOS Apple Clang 13",
|
||||
os: macos-11,
|
||||
|
Reference in New Issue
Block a user