Skip to content

Commit e71f6e1

Browse files
committed
feat: upgrade gcc to 12
1 parent dc44307 commit e71f6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versions/default_versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const DefaultVersions: Record<string, string> = {
1515
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
1616
task: "3.16.0", // https://github.com/go-task/task/releases
1717
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/
18-
gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
18+
gcc: "12", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
1919
}
2020

2121
/// If an ubuntu versions is not in this map:

0 commit comments

Comments
 (0)