Skip to content

Commit

Permalink
use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Aug 30, 2024
1 parent fcb7610 commit 4136036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: FOUNDRY_PROFILE=default forge test -vvv --gas-report

test-zksync:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

coverage-zksync:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4136036

Please sign in to comment.