From 2f4f016fe79905c856edb2ba19b48f5d6f693b9d Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Fri, 3 Apr 2026 17:23:38 -0700 Subject: [PATCH] Match Gitea workflow runner labels --- .gitea/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 589fa38..175466c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,9 +21,7 @@ env: jobs: lint-test: - runs-on: - - self-hosted - - linux + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -51,9 +49,7 @@ jobs: build: needs: lint-test - runs-on: - - self-hosted - - linux + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4