Skip to content

Commit

Permalink
fix macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 12, 2024
1 parent 1b1f132 commit 63a9bdd
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 @@ -161,15 +161,11 @@ jobs:
fail-fast: false
matrix:
#os: [ubuntu-22.04, macos-latest]
os: [macos-latest, ubuntu-22.04]
os: [macos-14, ubuntu-22.04]
max-parallel: 1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

- name: Install foundry-zksync
run: |
Expand Down

0 comments on commit 63a9bdd

Please sign in to comment.