diff --git a/CloudController.cs b/CloudController.cs index 964af86..6111d69 100644 --- a/CloudController.cs +++ b/CloudController.cs @@ -59,7 +59,7 @@ public async Task CreateNewRunner(string arch, string size, string runne // Build image name //string imageName = $"gh-actions-img-{arch}-{imageVersion}"; - string imageName = "Ubuntu 20.04"; + string imageName = "Ubuntu 22.04"; string name = $"ghr-{NameGenerator.Identifiers.Get(separator: "-")}".ToLower(); _logger.LogInformation($"Creating VM {name} from image {imageName} of size {size}");