From f6164a53b6bb340d3e006e5eb2c4c866e52fd021 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Tue, 21 May 2024 09:47:46 -0700 Subject: [PATCH] use ubuntu 20.04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e8949bfca..4fdd5c2149 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ env: jobs: build-and-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 timeout-minutes: 15 concurrency: group: "build-and-test" @@ -102,7 +102,7 @@ jobs: run: rm -rf * e2e-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 timeout-minutes: 25 steps: - uses: actions/checkout@v4