From 37f8b6bee927595054d0167385006022c5e6fa9b Mon Sep 17 00:00:00 2001 From: Shawn Hartsell Date: Mon, 22 Apr 2024 19:24:48 -0500 Subject: [PATCH] use old runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1426a10..a1244c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: ./script/test e2e-test: needs: unit-test - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: platform: [linux]