From 40396cc810d14449a8a8baa210d486755828d2f4 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 2 Dec 2022 15:20:36 -0700 Subject: [PATCH] chore: use ubuntu-22.04 for e2e --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a83ccbed2..edcb981d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -295,7 +295,7 @@ jobs: test-e2e: name: Run e2e tests needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 25 steps: - name: Checkout repo @@ -351,7 +351,7 @@ jobs: test-e2e-proxy: name: Run e2e tests behind proxy needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 25 steps: - name: Checkout repo