diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4775e26..acd6608 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,6 @@ jobs: target: x86_64-apple-darwin use-cross: false - - os: macos-latest - target: aarch64-apple-darwin - use-cross: true - steps: - name: Checkout repository uses: actions/checkout@v2