Skip to content

Commit

Permalink
try mac only
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 12, 2024
1 parent 05ddafd commit 205ab9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 205ab9b

Please sign in to comment.