From 35cd1a20c36ef1320fe23eb30837fcc776f1a2e3 Mon Sep 17 00:00:00 2001 From: Taehoon Date: Mon, 22 Jun 2026 10:32:53 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20runs-on=20=EB=9D=BC=EB=B2=A8=EC=9D=84=20u?= =?UTF-8?q?buntu-latest=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 060d377..153a144 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3