From 07d15d4f71e0256ff513a7646e0ec25ba7ef72e9 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