From 55de6f7993cfa2a0720f6f19e1a83ec0c3d329c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 15 Mar 2023 08:55:19 +0800 Subject: [PATCH] =?UTF-8?q?enhance(action):=E5=8E=BB=E6=8E=89Linux?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=9A=84=E8=87=AA=E5=8A=A8=E6=89=93=E5=8C=85?= =?UTF-8?q?Aciton=E3=80=82?= 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 1b8ce64..5e9df63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-20.04, windows-latest] + platform: [macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: