From 58e3840345534b732c7cc41ddf6ef51ba85ef3e9 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 24 Mar 2025 12:02:01 +0100 Subject: [PATCH] remove `cxxflags` for macos action --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 04d12009b..497fa2465 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -53,7 +53,7 @@ jobs: run : | conan profile new default --detect || true conan profile update settings.compiler.cppstd=20 default - conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default + conan profile update 'conf.tools.build:cxxflags=[]' default - name: build uses: ./.github/actions/build with: