Skip to content

Commit 2f6e574

Browse files
committed
Revert "fix: use gcc 12 by default"
This reverts commit f3d5daf.
1 parent f3d5daf commit 2f6e574

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/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/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/default_versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const DefaultVersions: Record<string, string> = {
1616
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
1717
task: "3.12.1", // https://github.com/go-task/task/releases
1818
doxygen: process.platform === "darwin" ? "1.9.3" : "1.9.4", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen
19-
gcc: "12", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
19+
gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
2020
}
2121

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

0 commit comments

Comments
 (0)