From 5aa92b35ea6da9ca044a0d1bd8528f48adf72526 Mon Sep 17 00:00:00 2001 From: craftablescience Date: Wed, 23 Nov 2022 02:48:36 -0500 Subject: [PATCH] feat: add new ubuntu versions --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index a3e3447..76bd704 100644 --- a/action.yml +++ b/action.yml @@ -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" } }