feat: add new ubuntu versions

This commit is contained in:
craftablescience 2022-11-23 02:48:36 -05:00 committed by GitHub
parent 4b8d6e7c31
commit 5aa92b35ea
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,8 @@ runs:
'Ubuntu-20.10' { "deb http://apt.llvm.org/groovy/ llvm-toolchain-groovy-$Version main" }
'Ubuntu-21.04' { "deb http://apt.llvm.org/groovy/ llvm-toolchain-groovy-$Version main" }
'Ubuntu-21.10' { "deb http://apt.llvm.org/hirsute/ llvm-toolchain-hirsute-$Version main" }
'Ubuntu-22.04' { "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-$Version main" }
'Ubuntu-22.10' { "deb http://apt.llvm.org/kinetic/ llvm-toolchain-kinetic-$Version main" }
default { throw "Unsupported distribution: $distro" }
}