From a5b19ff29da0fc8e2a58f06ee18ff8b2009ecd3b Mon Sep 17 00:00:00 2001 From: yankun <1939810907@qq.com> Date: Thu, 20 Jul 2023 22:30:12 +0800 Subject: [PATCH] ci: test cross compile --- .github/workflows/publish_snapshot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml index 17c1b9a..e1d22da 100644 --- a/.github/workflows/publish_snapshot.yml +++ b/.github/workflows/publish_snapshot.yml @@ -20,8 +20,6 @@ jobs: include: - TARGET: x86_64-pc-windows-msvc OS: windows-latest - - TARGET: x86_64-apple-darwin - OS: macos-latest - TARGET: aarch64-apple-darwin OS: macos-latest runs-on: ${{ matrix.OS }}