From b3fea5f989a1d932e29a24602d6b810312dd1dd6 Mon Sep 17 00:00:00 2001 From: eladyn Date: Mon, 30 Dec 2024 16:59:21 +0100 Subject: [PATCH] cd: disable macos cross compilation --- .github/workflows/cd.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 665c1a37..560e3162 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - build_target: [macos, macos-aarch64, linux, linux-armhf, linux-armv6] + build_target: [macos, linux, linux-armhf, linux-armv6] rust: [stable] artifact_type: ['slim', 'default', 'full'] # The build strategy will build all types for each OS specified include: @@ -27,10 +27,6 @@ jobs: - build_target: macos os: macos-latest artifact_prefix: macos - target: x86_64-apple-darwin - - build_target: macos-aarch64 - os: macos-latest - artifact_prefix: macos-aarch64 target: aarch64-apple-darwin - build_target: linux os: ubuntu-latest