diff --git a/conan/profile/x86_64-clang-linux-debug b/conan/profile/x86_64-clang-linux-debug index 582d4d4..b7db747 100644 --- a/conan/profile/x86_64-clang-linux-debug +++ b/conan/profile/x86_64-clang-linux-debug @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=clang -compiler.version=11 +compiler.version=13 compiler.libcxx=libc++ build_type=Debug @@ -13,5 +13,5 @@ build_type=Debug [build_requires] [env] -CC=clang-11 -CXX=clang++-11 +CC=clang-13 +CXX=clang++-13 diff --git a/conan/profile/x86_64-clang-linux-release b/conan/profile/x86_64-clang-linux-release index ec2362b..f3c2c48 100644 --- a/conan/profile/x86_64-clang-linux-release +++ b/conan/profile/x86_64-clang-linux-release @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=clang -compiler.version=12 +compiler.version=13 compiler.libcxx=libc++ build_type=Release @@ -13,5 +13,5 @@ build_type=Release [build_requires] [env] -CC=clang-12 -CXX=clang++-12 +CC=clang-13 +CXX=clang++-13