From 83cdf53ddb9565b86f574a8d9106276ba474608f Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 26 Mar 2024 11:42:41 +0200 Subject: [PATCH] Try without sdk_version. --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3737c2baf..d2522265d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -385,7 +385,6 @@ macos_task_template: &MACOS_TASK_TEMPLATE - conan profile new valentina - conan profile update settings.build_type=Release valentina - conan profile update settings.os=Macos valentina - - conan profile update settings.os.sdk_version=${MACOS_DEPLOYMENT_TARGET} valentina - conan profile update settings.arch=armv8 valentina - conan profile update settings.compiler=apple-clang valentina - conan profile update settings.compiler.cppstd=17 valentina