From 77020c28fa3d577d10dcdfd2e3ec9828806b0aeb Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Sun, 12 Feb 2023 21:34:34 -0500 Subject: [PATCH] Fix CentOS 7 integration tests The newest ubuntu upgrade (ubuntu-22.04) in the github actions runner image causes the CentOS 7 integration tests broken, to fix it, specify the ubuntu-20.04 runner image for the CentOS 7 integration tests. Signed-off-by: Wen Liang --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9805d5c..dcf0612 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ on: jobs: integration: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: