From 3cd8b3aa51ce81dc3433dda38e44334461851d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Sat, 2 Oct 2021 02:11:58 -0300 Subject: [PATCH] CI: Removing fallible mac arm64 job --- .github/workflows/build.yml | 39 ------------------------------------- 1 file changed, 39 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16f8380..35c7f0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -205,45 +205,6 @@ jobs: path: target/release/ouch - aarch64_macos: - name: macOS (aarch64) - runs-on: macos-latest - strategy: - matrix: - rust: - - stable - steps: - - name: Checkout sources - uses: actions/checkout@v2 - - - name: Install toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - target: aarch64-apple-darwin - override: true - - - name: Run cargo build - uses: actions-rs/cargo@v1 - with: - command: build - args: --release --target aarch64-apple-darwin - - - name: Run cargo test - uses: actions-rs/cargo@v1 - with: - command: test - - - name: Strip binary - run: strip target/aarch64-apple-darwin/release/ouch - - - name: Upload binary - uses: actions/upload-artifact@v2 - with: - name: 'ouch-aarch64-apple-darwin' - path: target/release/ouch - - windows-msvc: name: Windows Server (MSVC) runs-on: windows-latest