diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4d78b54..8363b6f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,7 +10,7 @@ jobs: name: Release - ${{ matrix.target }} strategy: matrix: - target: [armv7-unknown-linux-gnueabihf, aarch64-apple-darwin] + target: [armv7-unknown-linux-gnueabihf] runs-on: ubuntu-latest steps: - name: Checkout