fix: use gcc 13 on ubuntu

This commit is contained in:
Amin Yahyaabadi 2023-05-24 13:05:47 -07:00
parent 615b5f70a4
commit 455be30e8f
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ export const DefaultVersions: Record<string, string> = {
// - the older ones use ""
export const DefaultLinuxVersion: Record<string, Record<number, string>> = {
gcc: {
22: "12",
20: "11",
22: "13",
20: "13",
18: "11",
16: "11",
14: "11",