From 2a345a93dc7d021ec54f697a864dc10c6f2214e7 Mon Sep 17 00:00:00 2001 From: Spencer Jones Date: Fri, 19 Dec 2025 18:14:13 -0700 Subject: [PATCH] Changing the action runner to custom build image. --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a311e47..09e5652 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,7 @@ on: jobs: test-build: if: github.event_name == 'pull_request' && github.event.action != 'closed' - runs-on: debian-trixie + runs-on: astro-debian-trixie steps: - name: Checkout code @@ -25,7 +25,7 @@ jobs: deploy: if: github.event.pull_request.merged == true - runs-on: debian-trixie + runs-on: astro-debian-trixie steps: - name: Checkout code