mirror of https://github.com/aminya/setup-cpp
fix: use llvm 13.0.0 as the default to fix macos 11 issues
This commit is contained in:
parent
0a2a3e3e06
commit
d1900c630b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
const DefaultVersions: Record<string, string> = {
|
const DefaultVersions: Record<string, string> = {
|
||||||
llvm: "14.0.0", // https://github.com/llvm/llvm-project/releases
|
llvm: "13.0.0", // https://github.com/llvm/llvm-project/releases
|
||||||
clangtidy: "14.0.0",
|
clangtidy: "13.0.0",
|
||||||
clangformat: "14.0.0",
|
clangformat: "13.0.0",
|
||||||
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
|
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
|
||||||
cmake: "3.23.1", // https://github.com/Kitware/CMake/releases
|
cmake: "3.23.1", // https://github.com/Kitware/CMake/releases
|
||||||
gcovr: "5.0", // https://pypi.org/project/gcovr/
|
gcovr: "5.0", // https://pypi.org/project/gcovr/
|
||||||
|
|
Loading…
Reference in New Issue