From bfb6a475019f98ccbd8bfdc7ef2e379cd9b9c4b4 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Thu, 5 Jan 2023 17:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=99=8D=E7=BA=A7ubuntu?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=B020.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tlntin --- .github/workflows/pake_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index aac097d..6279071 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -15,7 +15,7 @@ jobs: build: [linux, windows, macos] include: - build: linux - os: ubuntu-latest + os: ubuntu-20.04 rust: nightly target: x86_64-unknown-linux-musl - build: windows