diff --git a/conan/profile/x86_64-gcc-linux-debug b/conan/profile/x86_64-gcc-linux-debug index 68f96ab..ea83f53 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=12.2 +compiler.version=13.1 compiler.libcxx=libstdc++11 build_type=Debug @@ -11,6 +11,6 @@ build_type=Debug [options] [buildenv] -CC=gcc-12 -CXX=g++-12 +CC=gcc-13 +CXX=g++-13 CXXFLAGS=-D_GLIBCXX_DEBUG diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index d4b4737..1c5ae62 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=12.2 +compiler.version=13.1 compiler.libcxx=libstdc++11 build_type=Release diff --git a/conan/profile/x86_64-gcc-mingw-release b/conan/profile/x86_64-gcc-mingw-release index 2fc7485..3a774e0 100644 --- a/conan/profile/x86_64-gcc-mingw-release +++ b/conan/profile/x86_64-gcc-mingw-release @@ -19,6 +19,6 @@ os=Windows arch=x86_64 compiler=gcc -compiler.version=10.2 +compiler.version=13.1 compiler.libcxx=libstdc++11 build_type=Release