From fa4db037018ba4cfa77f013990ce02f92b19e165 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 23 Jan 2024 23:05:47 +0100 Subject: [PATCH] ci: `std::format` runs disabled for clang-16 and apple-clang --- .github/workflows/ci-conan.yml | 4 ++-- .github/workflows/ci-test-package-cmake.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 2347f579..52b4955c 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -95,7 +95,7 @@ jobs: }, lib: "libc++", cxx_modules: "False", - std_format_support: "True", + std_format_support: "False", conan-config: "", } - { @@ -124,7 +124,7 @@ jobs: cxx: "clang++", }, cxx_modules: "False", - std_format_support: "True", + std_format_support: "False", conan-config: "", } build_type: ["Release", "Debug"] diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 34170a91..a24bbefb 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -92,7 +92,7 @@ jobs: }, lib: "libc++", cxx_modules: "False", - std_format_support: "True", + std_format_support: "False", } - { name: "Clang-17", @@ -119,7 +119,7 @@ jobs: cxx: "clang++", }, cxx_modules: "False", - std_format_support: "True", + std_format_support: "False", } build_type: ["Release", "Debug"] exclude: