From c830420635caeb0d364e7fbc2c2e6b3434022583 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Fri, 20 Oct 2023 12:55:33 -0300 Subject: [PATCH] fix: run integration tests on linux 20 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 123833fe..18862d39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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