From dcec169fb173746bd5077fe1d942624d78fb8d9d Mon Sep 17 00:00:00 2001 From: Harry Kim <39542757+rladydgn@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:59:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9A=B0=EB=B6=84=ED=88=AC=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=B5=9C=EC=8B=A0=EB=B2=84=EC=A0=84=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b80eb1..c582bba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: SSH-be-deploy uses: appleboy/ssh-action@master