From cec2449894f6ff3e3d0c5064837b31b5881f8c91 Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Sat, 3 Feb 2024 06:29:24 +0800 Subject: [PATCH] ci: use ubuntu-20.04 for linux builds --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0758f00..26b78ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,15 +14,15 @@ jobs: matrix: include: - build: linux-x86 - os: ubuntu-latest + os: ubuntu-20.04 target: i686-unknown-linux-gnu - build: linux-x86_64 - os: ubuntu-latest + os: ubuntu-20.04 target: x86_64-unknown-linux-gnu - build: linux-aarch64 - os: ubuntu-latest + os: ubuntu-20.04 target: aarch64-unknown-linux-gnu - build: win-x86