From d1aa0222a1167929a8177a144d8e6c24d252f12a Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 12 Feb 2025 11:13:45 +0100 Subject: [PATCH] ci: change runner to remote in CI configuration --- .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 c32dab9..158e66a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: test-build: name: test-build - runs-on: ubuntu-latest + runs-on: remote steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2