From e21934002ff724bb2b94ddfffe797203b5773d69 Mon Sep 17 00:00:00 2001 From: Haletran Date: Mon, 13 Apr 2026 23:10:59 +0200 Subject: [PATCH] fix: runner label name (zed doing weird stuff with commit) --- .forgejo/workflows/lxc-creator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lxc-creator.yml b/.forgejo/workflows/lxc-creator.yml index 399b8ee..af8f2b2 100644 --- a/.forgejo/workflows/lxc-creator.yml +++ b/.forgejo/workflows/lxc-creator.yml @@ -5,7 +5,7 @@ on: jobs: terraform: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4