From 1bed16caa8c0c1ed61ce03df8986982da28d46cf Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Wed, 17 Apr 2024 16:55:28 +0200 Subject: [PATCH] switch to Ubuntu 20.04 --- CloudController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}");