Skip to content

Commit

Permalink
fix: remove macos due to rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 12, 2024
1 parent b3ff96c commit e8dc872
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,21 +157,15 @@ 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

- name: Install foundry-zksync
run: |
cp ./install-foundry-zksync ./foundryup-zksync/* /tmp/
cd /tmp
for i in {1..3}; do
./install-foundry-zksync && break || echo "Retrying in 5 seconds..." && sleep 5
done
./install-foundry-zksync
- name: Verify anvil-zksync installation
run: anvil-zksync --version

0 comments on commit e8dc872

Please sign in to comment.