ci: clang-15 added to CI

This commit is contained in:
Mateusz Pusz
2022-10-03 15:16:18 +02:00
parent 5d23567bec
commit 645aeed371
2 changed files with 26 additions and 0 deletions

View File

@@ -126,6 +126,19 @@ jobs:
}, },
lib: "libc++", 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", name: "MacOS Apple Clang 13",
os: macos-11, os: macos-11,

View File

@@ -130,6 +130,19 @@ jobs:
}, },
lib: "libc++", 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", name: "MacOS Apple Clang 13",
os: macos-11, os: macos-11,