From 54dce89fcbcdb9d513f8a2aa0b770fbe22b12eb6 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 7 Nov 2021 06:10:43 +1000 Subject: [PATCH] Update conan profile compiler releases --- conan/profile/x86_64-gcc-linux-debug | 2 +- conan/profile/x86_64-gcc-linux-release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conan/profile/x86_64-gcc-linux-debug b/conan/profile/x86_64-gcc-linux-debug index 8dfa395..eb07657 100644 --- a/conan/profile/x86_64-gcc-linux-debug +++ b/conan/profile/x86_64-gcc-linux-debug @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=gcc -compiler.version=10.2 +compiler.version=11.2 compiler.libcxx=libstdc++11 build_type=Debug diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index fe0a551..ff97239 100644 --- a/conan/profile/x86_64-gcc-linux-release +++ b/conan/profile/x86_64-gcc-linux-release @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=gcc -compiler.version=10.2 +compiler.version=11.2 compiler.libcxx=libstdc++11 build_type=Release