From e7eb17c564da4f5d1a655be167e69e5cfbd63d08 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 1 Mar 2026 13:40:22 +0000 Subject: [PATCH] chore(ci): change runner to ubuntu-gitea Update the CI workflow to use the ubuntu-gitea runner instead of ubuntu-latest. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f6a7366..097a8ad 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: test: name: Test - runs-on: ubuntu-latest + runs-on: ubuntu-gitea steps: - name: Checkout code uses: actions/checkout@v4