diff --git a/runner_system.nix b/runner_system.nix index 1275e01..5af03c4 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -30,9 +30,10 @@ in enable = true; name = "linux-runner"; url = "https://pts-paper.de"; - token = "KBiwcMn9EXxwtUYUmJWe764ZBWCqjxfDzAd42nYL"; + token = "B3XA4FbbN17S2Z94nTLMmJsZNU63sN45oXR2Bna9"; labels = [ "ubuntu-latest:docker://node:16-bullseye" + "ubuntu-24.04:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye" "ubuntu-20.04:docker://node:16-bullseye" ];