From 3b9752a2bb5ce6a56265f63c32596aeec7b1ff30 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 7 Jul 2025 18:42:22 +0000 Subject: [PATCH] feat: lxc-systemd defaults to using Forgejo runner 7.0.0 (#674) Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/674 Reviewed-by: Michael Kriese Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- examples/lxc-systemd/forgejo-runner-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lxc-systemd/forgejo-runner-service.sh b/examples/lxc-systemd/forgejo-runner-service.sh index cec69e36..35085842 100755 --- a/examples/lxc-systemd/forgejo-runner-service.sh +++ b/examples/lxc-systemd/forgejo-runner-service.sh @@ -21,7 +21,7 @@ trap "rm -fr $TMPDIR" EXIT : ${INPUTS_FORGEJO:=https://code.forgejo.org} : ${INPUTS_LIFETIME:=7d} : ${INPUTS_LXC_HELPERS_VERSION:=1.0.3} -: ${INPUTS_RUNNER_VERSION:=6.4.0} +: ${INPUTS_RUNNER_VERSION:=7.0.0} : ${KILL_AFTER:=21600} # 6h == 21600 NODEJS_VERSION=20