From f4e34a86a21d5e329d098e2a72593e50d3a84237 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 25 Aug 2022 15:27:24 +1000 Subject: [PATCH] conan: bump GCC to 12.2 --- 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 423b324..18f06eb 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=11.2 +compiler.version=12.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 14a158a..00400bd 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=11.3 +compiler.version=12.2 compiler.libcxx=libstdc++11 build_type=Release