Add ubuntu-22.04

This commit is contained in:
Christopher Schleiden
2022-11-18 09:30:41 -08:00
parent 230a4e6760
commit 8846e69e76
@@ -22,6 +22,7 @@ export function defaultValueProviders(): {[key: string]: ValueProvider} {
"runs-on": () =>
stringsToValues([
"ubuntu-latest",
"ubuntu-22.04",
"ubuntu-18.04",
"ubuntu-16.04",
"windows-latest",