Skip to content

Commit

Permalink
switch to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Apr 17, 2024
1 parent bc25825 commit 1bed16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task<string> 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}");
Expand Down

0 comments on commit 1bed16c

Please sign in to comment.