From aae2d72ccc0d430a2f1ecab648cbbf8491104007 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 17:05:34 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 243728d..abd45f3 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -4,7 +4,7 @@ on: [push] jobs: docker: - runs-on: ubuntu-latest + runs-on: cth-ubuntu-latest steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh