From 29e75fb0b8f67dd388907242c1dcd29c88b1473a Mon Sep 17 00:00:00 2001 From: Soji Takahashi <6687653+SofPyon@users.noreply.github.com> Date: Tue, 4 Apr 2023 23:24:44 +0900 Subject: [PATCH] =?UTF-8?q?Ubuntu=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=9220.04=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c453e5d1..794045a12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ name: Upload Release Asset jobs: build: name: Upload Release Asset - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v2