Skip to content

Commit

Permalink
use ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Apr 17, 2024
1 parent 1bed16c commit ec3fc81
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 = "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}");
Expand Down

0 comments on commit ec3fc81

Please sign in to comment.