From 83e3d8c72b3dbde42fd245f72bd6d82984779c38 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 6 Feb 2023 21:11:51 +0800 Subject: [PATCH] chore: disable github ci for build aarch64-windows --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7dec2f..4df6cd9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,10 +24,10 @@ jobs: os: macos-latest use-cross: true cargo-flags: "" - - target: aarch64-pc-windows-msvc - os: windows-latest - use-cross: true - cargo-flags: "" + # - target: aarch64-pc-windows-msvc + # os: windows-latest + # use-cross: true + # cargo-flags: "" - target: x86_64-apple-darwin os: macos-latest cargo-flags: ""