Skip to content

Commit

Permalink
fix: remove macos from ci-install-anvil-zksync-check (#786)
Browse files Browse the repository at this point in the history
* fix: add retry logic to prevent race condition failure

* fix: remove macos due to rate limits
  • Loading branch information
dutterbutter authored Dec 12, 2024
1 parent 699f8e8 commit 4a81422
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a81422

Please sign in to comment.