ci: gcc-14 added

This commit is contained in:
Mateusz Pusz
2024-05-16 13:26:47 +02:00
parent af5f62f6ce
commit 96f9b5b714
2 changed files with 28 additions and 0 deletions

View File

@@ -83,6 +83,20 @@ jobs:
std_format_support: "True",
conan-config: "",
}
- {
name: "GCC-14",
os: ubuntu-24.04,
compiler:
{
type: GCC,
version: 14,
cc: "gcc-14",
cxx: "g++-14",
},
cxx_modules: "True",
std_format_support: "True",
conan-config: "",
}
- {
name: "Clang-16",
os: ubuntu-22.04,

View File

@@ -80,6 +80,20 @@ jobs:
cxx_modules: "False",
std_format_support: "True",
}
- {
name: "GCC-14",
os: ubuntu-24.04,
compiler:
{
type: GCC,
version: 14,
cc: "gcc-14",
cxx: "g++-14",
},
cxx_modules: "True",
std_format_support: "True",
conan-config: "",
}
- {
name: "Clang-16",
os: ubuntu-22.04,