From f9623b807d94b50a13b1873e7b22d2136a1d9c9e Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 22 Mar 2024 10:30:21 +0200 Subject: [PATCH] Fix appveyor.yml. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b6a4dd98f..6830748f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -883,7 +883,7 @@ for: - conan profile update settings.os.Macos.sdk_version=${MACOS_DEPLOYMENT_TARGET} valentina - conan profile update settings.os_build=Macos valentina - conan profile update settings.os.arch=x86_64 valentina - - conan profile update settings.os.arch_build=x86_64 valentina + - conan profile update settings.os.arch_build=x86_64 valentina - conan profile update settings.compiler=apple-clang valentina - conan profile update settings.compiler.cppstd=17 valentina - conan profile update settings.compiler.libcxx=libstdc++11 valentina