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 "" // - the older ones use ""
export const DefaultLinuxVersion: Record<string, Record<number, string>> = { export const DefaultLinuxVersion: Record<string, Record<number, string>> = {
gcc: { gcc: {
22: "12", 22: "13",
20: "11", 20: "13",
18: "11", 18: "11",
16: "11", 16: "11",
14: "11", 14: "11",