From 1571047c5637ba72891fe8b0ecd22f38409646fb Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Mon, 6 May 2024 17:33:41 +0200 Subject: [PATCH] bump github runner version --- CloudController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudController.cs b/CloudController.cs index f148434..372fdf5 100644 --- a/CloudController.cs +++ b/CloudController.cs @@ -108,7 +108,7 @@ public async Task CreateNewRunner(string arch, string size, string runne List 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";