From be812c7a0eb0c02600bc280cb2a06b64fbd085d0 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Wed, 18 Oct 2023 16:32:16 -0300 Subject: [PATCH] ci: use linux 22 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06e0f78d..123833fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: [push] jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -25,7 +25,7 @@ jobs: run: yarn pretty unit-test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -49,7 +49,7 @@ jobs: run: yarn test integration-test-isolated-pools: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: unit-test steps: - name: Checkout @@ -82,7 +82,7 @@ jobs: docker system prune -f -a --volumes integration-test-governance: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: unit-test steps: - name: Checkout