From 9904582c12992e7755101c88c53c8e95f39c4555 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 4 Jan 2024 12:29:09 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2be70afda..cd9236ad06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -351,8 +351,8 @@ jobs: os: windows-2022 # Mac - - name: Mac aarch64 - os: [self-hosted, macOS] + # - name: Mac aarch64 + # os: macos-12 # Linux - name: Linux x86_64 @@ -379,7 +379,6 @@ jobs: # target directory, and rust-cache will overwrite the entirety of the target directory. - name: caching uses: Swatinem/rust-cache@v2 - if: matrix.os[0] != 'self-hosted' with: key: test-${{ matrix.os }}-${{ env.CACHE_SUFFIX }} workspaces: |