conan: bump gcc to 13.2
This commit is contained in:
parent
1b84d5eee8
commit
5a4e2d954b
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=clang
|
||||
compiler.version=13
|
||||
compiler.version=13.2
|
||||
compiler.libcxx=libc++
|
||||
|
||||
build_type=Release
|
||||
|
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=gcc
|
||||
compiler.version=13.1
|
||||
compiler.version=13.2
|
||||
compiler.libcxx=libstdc++11
|
||||
|
||||
build_type=Debug
|
||||
|
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=gcc
|
||||
compiler.version=13.1
|
||||
compiler.version=13.2
|
||||
compiler.libcxx=libstdc++11
|
||||
|
||||
build_type=Release
|
||||
|
@ -19,6 +19,6 @@ os=Windows
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
|
||||
compiler.version=13.1
|
||||
compiler.version=13.2
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
|
Loading…
Reference in New Issue
Block a user