diff --git a/CloudController.cs b/CloudController.cs index 7b18c9a..964af86 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 = $"Debian 12"; + string imageName = "Ubuntu 20.04"; string name = $"ghr-{NameGenerator.Identifiers.Get(separator: "-")}".ToLower(); _logger.LogInformation($"Creating VM {name} from image {imageName} of size {size}");