From 004c8184a4f9eb716ad5db87c8c91df29b1d52c5 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 22 Jun 2021 22:47:55 +0200 Subject: [PATCH] refactor: remove redudant ci macos arm64 step --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe07428..d79c71d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,16 +124,6 @@ jobs: echo "target flag is: ${{ env.TARGET_FLAGS }}" echo "target dir is: ${{ env.TARGET_DIR }}" - - name: Build release binary macos - if: matrix.build == 'macos' || matrix.build == 'macos-arm64' - run: | - # Use the beta compiler - sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/ - - # Set SDK environment variables - echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV - echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV - - name: aarch64 specific items if: matrix.build == 'macos-arm64' run: | -- libgit2 1.7.2