Bump clang version to 13

This commit is contained in:
Danny Robson 2021-11-08 09:45:20 +10:00
parent 3fc4c30660
commit e4c14a09a4
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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