Try current state with Ubuntu 22.04 (#124)

This commit is contained in:
Paulo F. Oliveira
2022-07-13 03:59:53 +01:00
committed by GitHub
parent ae1b3f83c0
commit caa49b0658
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -6457,6 +6457,7 @@ function getRunnerOSVersion() {
const ImageOSToContainer = {
ubuntu18: 'ubuntu-18.04',
ubuntu20: 'ubuntu-20.04',
ubuntu22: 'ubuntu-22.04',
win19: 'windows-2019',
win22: 'windows-2022',
}