From 5d49cf463da6b2fda03c349fa6c21582dd6b23f2 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 11 Sep 2023 14:16:35 -0500 Subject: [PATCH] Remove macOS arm tests too --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8691eae..505154e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,10 +45,6 @@ jobs: runner-os: macos-latest cargo-target: x86_64-apple-darwin - - name: macOS aarch64 - runner-os: macos-latest - cargo-target: aarch64-apple-darwin - name: CI - ${{ matrix.name }} runs-on: ${{ matrix.runner-os }} steps: