mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
ci: clang-15 added to CI
This commit is contained in:
13
.github/workflows/ci-conan.yml
vendored
13
.github/workflows/ci-conan.yml
vendored
@@ -126,6 +126,19 @@ jobs:
|
||||
},
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Clang-15 + libc++",
|
||||
os: ubuntu-20.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
version: 15,
|
||||
cc: "clang-15",
|
||||
cxx: "clang++-15",
|
||||
std: 20,
|
||||
},
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "MacOS Apple Clang 13",
|
||||
os: macos-11,
|
||||
|
13
.github/workflows/ci-test-package-cmake.yml
vendored
13
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -130,6 +130,19 @@ jobs:
|
||||
},
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Clang-15 + libc++",
|
||||
os: ubuntu-20.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
version: 15,
|
||||
cc: "clang-15",
|
||||
cxx: "clang++-15",
|
||||
std: 20,
|
||||
},
|
||||
lib: "libc++",
|
||||
}
|
||||
- {
|
||||
name: "MacOS Apple Clang 13",
|
||||
os: macos-11,
|
||||
|
Reference in New Issue
Block a user