From 1ecc6a60404a6a8fbeb30ae4424637e565c68913 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 6 Nov 2025 11:51:47 +0000 Subject: [PATCH] chore: Specify apple-clang 17.0 in conan profile (#2757) --- .github/scripts/conan/apple-clang-17.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/conan/apple-clang-17.profile b/.github/scripts/conan/apple-clang-17.profile index f39c9d9f..5c3d44c9 100644 --- a/.github/scripts/conan/apple-clang-17.profile +++ b/.github/scripts/conan/apple-clang-17.profile @@ -4,7 +4,7 @@ build_type=Release compiler=apple-clang compiler.cppstd=20 compiler.libcxx=libc++ -compiler.version=17 +compiler.version=17.0 os=Macos [conf]