Skip to content

Commit 4a81422

Browse files
authored
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
1 parent 699f8e8 commit 4a81422

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,7 @@ jobs:
157157

158158
check-ci-install-anvil:
159159
name: CI install anvil-zksync
160-
strategy:
161-
fail-fast: false
162-
matrix:
163-
os: [ubuntu-22.04, macos-latest]
164-
runs-on: ${{ matrix.os }}
160+
runs-on: ubuntu-22.04
165161
steps:
166162
- uses: actions/checkout@v4
167163

0 commit comments

Comments
 (0)