diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0927bc923..cd4fa763f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -160,7 +160,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-latest] + #os: [ubuntu-22.04, macos-latest] + os: [macos-latest] max-parallel: 1 runs-on: ${{ matrix.os }} steps: diff --git a/foundryup-zksync/foundryup-zksync b/foundryup-zksync/foundryup-zksync index a37b101f8..a157c78d9 100755 --- a/foundryup-zksync/foundryup-zksync +++ b/foundryup-zksync/foundryup-zksync @@ -216,9 +216,6 @@ EOF if [ "$PLATFORM" = "linux" ] || [ "$PLATFORM" = "darwin" ]; then ANVIL_REPO="matter-labs/anvil-zksync" - RES=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest) - echo $RES - ANVIL_TAG=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest | sed -n 's/.*"tag_name": "\([^"]*\)".*/\1/p') if [ -z "$ANVIL_TAG" ]; then