mirror of https://github.com/aminya/setup-cpp
Add Ubuntu 22.04 specific default for LLVM 17.0.2
This commit is contained in:
parent
f1914d3936
commit
ec2fe0a7d5
|
@ -54,22 +54,22 @@ export const DefaultLinuxVersion: Record<string, Record<number, string> | undefi
|
|||
20: "7.0.0-2",
|
||||
},
|
||||
llvm: {
|
||||
22: "16.0.4-ubuntu-22.04",
|
||||
20: "16.0.4-ubuntu-22.04",
|
||||
22: "17.0.2-ubuntu-22.04",
|
||||
20: "17.0.2-ubuntu-22.04",
|
||||
18: "15.0.6-ubuntu-18.04",
|
||||
16: "15.0.6-ubuntu-18.04",
|
||||
14: "13.0.0-ubuntu-16.04",
|
||||
},
|
||||
clangtidy: {
|
||||
22: "16.0.4-ubuntu-22.04",
|
||||
20: "16.0.4-ubuntu-22.04",
|
||||
22: "17.0.2-ubuntu-22.04",
|
||||
20: "17.0.2-ubuntu-22.04",
|
||||
18: "15.0.6-ubuntu-18.04",
|
||||
16: "15.0.6-ubuntu-18.04",
|
||||
14: "13.0.0-ubuntu-16.04",
|
||||
},
|
||||
clangformat: {
|
||||
22: "16.0.4-ubuntu-22.04",
|
||||
20: "16.0.4-ubuntu-22.04",
|
||||
22: "17.0.2-ubuntu-22.04",
|
||||
20: "17.0.2-ubuntu-22.04",
|
||||
18: "15.0.6-ubuntu-18.04",
|
||||
16: "15.0.6-ubuntu-18.04",
|
||||
14: "13.0.0-ubuntu-16.04",
|
||||
|
|
Loading…
Reference in New Issue