From 4a814225db4ee327dc170093056396761cac1b73 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 12 Dec 2024 15:21:40 -0600 Subject: [PATCH] fix: remove macos from ci-install-anvil-zksync-check (#786) * fix: add retry logic to prevent race condition failure * fix: remove macos due to rate limits --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d8ca6513..b535cb275 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -157,11 +157,7 @@ jobs: check-ci-install-anvil: name: CI install anvil-zksync - strategy: - fail-fast: false - matrix: - os: [ubuntu-22.04, macos-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4