mirror of https://github.com/aminya/setup-cpp
fix: use gcc 13 on ubuntu
This commit is contained in:
parent
615b5f70a4
commit
455be30e8f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue