ci: C++ modules disabled for gcc-14

This commit is contained in:
Mateusz Pusz
2024-05-16 13:46:43 +02:00
parent 96f9b5b714
commit 72b6fa0fcf
2 changed files with 3 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ jobs:
cc: "gcc-14",
cxx: "g++-14",
},
cxx_modules: "True",
cxx_modules: "False",
std_format_support: "True",
conan-config: "",
}

View File

@@ -90,9 +90,8 @@ jobs:
cc: "gcc-14",
cxx: "g++-14",
},
cxx_modules: "True",
std_format_support: "True",
conan-config: "",
cxx_modules: "False",
std_format_support: "True"
}
- {
name: "Clang-16",