Skip to content

Commit 72b0739

Browse files
committed
fix: update default ninja, cmake, conan,meson, task, doxygen
1 parent cb2000c commit 72b0739

File tree

5 files changed

+10
-10
lines changed

5 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.

src/versions/default_versions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ export const DefaultVersions: Record<string, string | undefined> = {
2222
llvm: getLLVMDefault(), // https://github.com/llvm/llvm-project/releases
2323
clangtidy: getLLVMDefault(),
2424
clangformat: getLLVMDefault(),
25-
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
26-
cmake: "3.28.1", // https://github.com/Kitware/CMake/releases
25+
ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases
26+
cmake: "3.30.2", // https://github.com/Kitware/CMake/releases
2727
gcovr: "5.2", // "6.0", // https://pypi.org/project/gcovr/
28-
conan: "1.62.0", // 2.0.17 // https://github.com/conan-io/conan/releases
29-
meson: "1.3.1", // https://github.com/mesonbuild/meson/releases
28+
conan: "1.64.1", // 2.0.17 // https://github.com/conan-io/conan/releases
29+
meson: "1.5.1", // https://github.com/mesonbuild/meson/releases
3030
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
31-
task: "3.33.1", // https://github.com/go-task/task/releases
32-
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/
31+
task: "3.38.0", // https://github.com/go-task/task/releases
32+
doxygen: isArch() ? "1.11.0-4" : "1.12.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/
3333
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
3434
// 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/
3535
}

0 commit comments

Comments
 (0)