Skip to content

Commit 0f59570

Browse files
committed
fix: update Conan, Meson, Task
1 parent 0343736 commit 0f59570

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export const DefaultVersions: Record<string, string | undefined> = {
2424
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
2525
cmake: "3.27.4", // https://github.com/Kitware/CMake/releases
2626
gcovr: "6.0", // https://pypi.org/project/gcovr/
27-
conan: "1.60.2", // https://github.com/conan-io/conan/releases
28-
meson: "1.2.1", // https://github.com/mesonbuild/meson/releases
27+
conan: "1.62.0", // https://github.com/conan-io/conan/releases
28+
meson: "1.2.3", // https://github.com/mesonbuild/meson/releases
2929
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
30-
task: "3.29.1", // https://github.com/go-task/task/releases
30+
task: "3.31.0", // https://github.com/go-task/task/releases
3131
doxygen: isArch() ? "1.9.8-1" : "1.9.8", // 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)