Skip to content

Commit 8a8bb46

Browse files
committed
fix: upgrade cmake, meson, task
1 parent 9ac61de commit 8a8bb46

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

dist/actions/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions/default_versions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export const DefaultVersions: Record<string, string | undefined> = {
2222
clangtidy: getLLVMDefault(),
2323
clangformat: getLLVMDefault(),
2424
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
25-
cmake: "3.27.4", // https://github.com/Kitware/CMake/releases
25+
cmake: "3.28.1", // https://github.com/Kitware/CMake/releases
2626
gcovr: "5.2", // "6.0", // https://pypi.org/project/gcovr/
27-
conan: "1.62.0", // https://github.com/conan-io/conan/releases
28-
meson: "1.2.3", // https://github.com/mesonbuild/meson/releases
27+
conan: "1.62.0", // 2.0.17 // https://github.com/conan-io/conan/releases
28+
meson: "1.3.1", // https://github.com/mesonbuild/meson/releases
2929
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
30-
task: "3.31.0", // https://github.com/go-task/task/releases
30+
task: "3.33.1", // https://github.com/go-task/task/releases
3131
doxygen: isArch() ? "1.10.0-1" : "1.10.0", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
3232
gcc: isArch() ? "13.2.1-3" : "13", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
3333
//mingw: isArch() ? "12.2.0-1" : "8", // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=mingw-w64 // https://archlinux.org/packages/extra/x86_64/mingw-w64-gcc/

0 commit comments

Comments
 (0)