mirror of https://github.com/aminya/setup-cpp
fix: fix llvm on ubuntu 22.04
This commit is contained in:
parent
ff922a9c5e
commit
d8677634f7
|
@ -17,6 +17,7 @@ jobs:
|
|||
os:
|
||||
- windows-2022
|
||||
- windows-2019
|
||||
- ubuntu-22.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-18.04
|
||||
- macos-11
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -24,18 +24,21 @@ const DefaultVersions: Record<string, string> = {
|
|||
// - the older ones use ""
|
||||
const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
|
||||
llvm: {
|
||||
22: "13.0.0-ubuntu-20.04",
|
||||
20: "13.0.0-ubuntu-20.04",
|
||||
18: "13.0.1-ubuntu-18.04",
|
||||
16: "13.0.0-ubuntu-16.04",
|
||||
14: "13.0.0-ubuntu-16.04",
|
||||
},
|
||||
clangtidy: {
|
||||
22: "13.0.0-ubuntu-20.04",
|
||||
20: "13.0.0-ubuntu-20.04",
|
||||
18: "13.0.1-ubuntu-18.04",
|
||||
16: "13.0.0-ubuntu-16.04",
|
||||
14: "13.0.0-ubuntu-16.04",
|
||||
},
|
||||
clangformat: {
|
||||
22: "13.0.0-ubuntu-20.04",
|
||||
20: "13.0.0-ubuntu-20.04",
|
||||
18: "13.0.1-ubuntu-18.04",
|
||||
16: "13.0.0-ubuntu-16.04",
|
||||
|
|
Loading…
Reference in New Issue