ci: std::format runs disabled for clang-16 and apple-clang

This commit is contained in:
Mateusz Pusz
2024-01-23 23:05:47 +01:00
parent a3c72c5c12
commit fa4db03701
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ jobs:
}, },
lib: "libc++", lib: "libc++",
cxx_modules: "False", cxx_modules: "False",
std_format_support: "True", std_format_support: "False",
conan-config: "", conan-config: "",
} }
- { - {
@@ -124,7 +124,7 @@ jobs:
cxx: "clang++", cxx: "clang++",
}, },
cxx_modules: "False", cxx_modules: "False",
std_format_support: "True", std_format_support: "False",
conan-config: "", conan-config: "",
} }
build_type: ["Release", "Debug"] build_type: ["Release", "Debug"]

View File

@@ -92,7 +92,7 @@ jobs:
}, },
lib: "libc++", lib: "libc++",
cxx_modules: "False", cxx_modules: "False",
std_format_support: "True", std_format_support: "False",
} }
- { - {
name: "Clang-17", name: "Clang-17",
@@ -119,7 +119,7 @@ jobs:
cxx: "clang++", cxx: "clang++",
}, },
cxx_modules: "False", cxx_modules: "False",
std_format_support: "True", std_format_support: "False",
} }
build_type: ["Release", "Debug"] build_type: ["Release", "Debug"]
exclude: exclude: