From a5e6e35e26cf3cd525ef7f67a1bb0a2540a781cc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 22 Sep 2023 16:31:20 +0300 Subject: [PATCH] Conan doesn't support arch x64. Use x86_64 instead. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2e76e7b31..241b43859 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -742,7 +742,7 @@ for: - conan profile update settings.build_type=Release valentina - conan profile update settings.os=Macos valentina - conan profile update settings.os.version=${MACOS_DEPLOYMENT_TARGET} valentina - - conan profile update settings.arch=${ARCH} valentina + - conan profile update settings.arch=x86_64 valentina - conan profile update settings.compiler=apple-clang valentina - conan profile update settings.compiler.libcxx=libc++ valentina - conan profile update settings.compiler.version=14 valentina @@ -871,7 +871,7 @@ for: - conan profile update settings.build_type=Release valentina - conan profile update settings.os=Macos valentina - conan profile update settings.os.version=${MACOS_DEPLOYMENT_TARGET} valentina - - conan profile update settings.arch=${ARCH} valentina + - conan profile update settings.arch=x86_64 valentina - conan profile update settings.compiler=apple-clang valentina - conan profile update settings.compiler.libcxx=libc++ valentina - conan profile update settings.compiler.version=14 valentina