From e71f6e159fb39beb330577186bb028b999ee5cb8 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 20 Nov 2022 16:15:27 -0800 Subject: [PATCH] feat: upgrade gcc to 12 --- src/versions/default_versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/versions/default_versions.ts b/src/versions/default_versions.ts index 1662ffd9..476bc038 100644 --- a/src/versions/default_versions.ts +++ b/src/versions/default_versions.ts @@ -15,7 +15,7 @@ export const DefaultVersions: Record = { kcov: "40", // https://github.com/SimonKagstrom/kcov/releases task: "3.16.0", // https://github.com/go-task/task/releases doxygen: isArch() ? "1.9.5-1" : "1.9.5", // 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/ - gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc + gcc: "12", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc } /// If an ubuntu versions is not in this map: