Skip to content

Commit

Permalink
fix: run integration tests on linux 20
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 20, 2023
1 parent 2a31140 commit c830420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: yarn test

integration-test-isolated-pools:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: unit-test
steps:
- name: Checkout
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
docker system prune -f -a --volumes
integration-test-governance:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: unit-test
steps:
- name: Checkout
Expand Down

0 comments on commit c830420

Please sign in to comment.