chore: Specify apple-clang 17.0 in conan profile (#2757)

This commit is contained in:
Ayaz Salikhov
2025-11-06 11:51:47 +00:00
committed by GitHub
parent 1d3e34b392
commit 1ecc6a6040

View File

@@ -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]