mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
ci: clang-18 added
This commit is contained in:
13
.github/workflows/ci-conan.yml
vendored
13
.github/workflows/ci-conan.yml
vendored
@ -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,
|
||||
|
13
.github/workflows/ci-test-package-cmake.yml
vendored
13
.github/workflows/ci-test-package-cmake.yml
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user