From bfc7ec9508cdae1295df1946beaa65280820a7db Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 4 Aug 2026 03:50:31 -0400 Subject: [PATCH] Updating CI runner to self-hosted --- .forgejo/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 156d976..b3f573d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: # will not work: JS actions need Node already present in the image, and no # step can install it before actions/checkout runs. linux: - runs-on: forgejo-runner + runs-on: self-hosted container: image: catthehacker/ubuntu:act-22.04 env: @@ -179,7 +179,7 @@ jobs: # .exe runs on; pinning it to 22.04 would buy nothing while forcing the build # through mingw-w64 10.3 instead of 13.2. windows-cross: - runs-on: forgejo-runner + runs-on: self-hosted container: image: catthehacker/ubuntu:act-24.04 env: @@ -282,7 +282,7 @@ jobs: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/Release') || startsWith(github.ref, 'refs/heads/release') - runs-on: forgejo-runner + runs-on: self-hosted container: image: catthehacker/ubuntu:act-24.04 steps: