From b33e691458c6f6463b3440909fa805c1fc4d6960 Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 28 Sep 2024 12:43:44 -0400 Subject: [PATCH] switch to unbuntu 20-04 --- .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 e8309158f6..1cee9d6ba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: integration-test: name: integration test - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: FORCE_COLOR: 1 strategy: