From fc6374672863c3efecaf40dcc5b930bb8d9d2399 Mon Sep 17 00:00:00 2001 From: chpark Date: Thu, 23 Apr 2026 01:23:43 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20runs-on=20ubuntu-latest=20(host=20runner?= =?UTF-8?q?=20=EB=9D=BC=EB=B2=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 91b1615..de888ad 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Sync repo run: |