From e9838722b010608a4d00df02f0e2be6df9592a55 Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Thu, 13 Jun 2024 15:12:34 +0200 Subject: [PATCH] changed qc arm test to mac-14 to avoid bug --- .github/workflows/qc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qc.yaml b/.github/workflows/qc.yaml index 04d0365..9b7cda0 100644 --- a/.github/workflows/qc.yaml +++ b/.github/workflows/qc.yaml @@ -146,7 +146,7 @@ jobs: - run: RUST_MIN_STACK=8388608 cargo test --workspace --all-features cargo-test-mac-m1: - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v3 - uses: actions/cache@v3