refactor: remove redudant ci macos arm64 step
Diff
.github/workflows/release.yml | 10 ----------
1 file changed, 10 deletions(-)
@@ -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: |
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
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: |