From 3099aac0e7260c32d65cff5528dd0e942b838fdf Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 26 Feb 2024 20:42:33 +0100 Subject: [PATCH] Revert macos action downgrade and disable caching instead --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82b604d..6991cad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,10 +68,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # macos-12 uses x86_64, macos-14 aarch64 + # macos-13 uses x86_64, macos-14 aarch64 # see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources include: - - os: macos-12 + - os: macos-13 arch: x86_64 toolchain: x86_64-apple-darwin - os: macos-14 @@ -82,6 +82,7 @@ jobs: uses: actions/checkout@v4 - name: Cargo cache + if: ${{ matrix.os != 'macos-13' }} # when using cache, the 'Setup Rust' step fails for macos 13 uses: actions/cache@v4 with: path: |