mirror of https://github.com/aminya/setup-cpp
fix: update default versions
This commit is contained in:
parent
95be6b560f
commit
c35d94261a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3,11 +3,11 @@ const DefaultVersions: Record<string, string> = {
|
||||||
vcvarsall: "2019",
|
vcvarsall: "2019",
|
||||||
llvm: "13.0.0",
|
llvm: "13.0.0",
|
||||||
ninja: "1.10.2",
|
ninja: "1.10.2",
|
||||||
cmake: "3.22.0",
|
cmake: "3.22.1",
|
||||||
gcovr: "5.0",
|
gcovr: "5.0",
|
||||||
conan: "1.42.1",
|
conan: "1.44.1",
|
||||||
meson: "0.60.1",
|
meson: "0.61.1",
|
||||||
python: "3.10.0",
|
python: "3.8.10",
|
||||||
kcov: "v39",
|
kcov: "v39",
|
||||||
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
|
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue