Skip to content

Commit

Permalink
bump github runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed May 6, 2024
1 parent 23fe6ce commit 1571047
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 @@ -108,7 +108,7 @@ public async Task<string> CreateNewRunner(string arch, string size, string runne
List<long> srvKeys = sshKeys.Select(x => x.Id).ToList();

// Create new server
string runnerVersion = "2.315.0";
string runnerVersion = "2.316.1";
string provisionVersion = $"v{profile.ScriptVersion}";
string customEnv = isCustom ? "1" : "0";

Expand Down

0 comments on commit 1571047

Please sign in to comment.