From 92a69aa05881e8590bcdc7fda6697cdb1559ab93 Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Mon, 6 Jun 2022 18:23:20 +0800 Subject: [PATCH] bug fixs --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 456faa7..e472f16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: os: macos-latest - target: x86_64-apple-darwin os: macos-latest - - target: aarch64-pc-windows-msvc - os: windows-latest - target: x86_64-pc-windows-msvc os: windows-latest runs-on: ${{ matrix.os }}