From 7215070e222c6ae401ea0d1b76f4e2e0565f282a Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 27 Mar 2023 12:58:41 +0200 Subject: [PATCH] Use ubuntu-20.04 image for FIPS build Later ubuntu images don't provide clang-7 anymore. --- .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 226fdc9c..9c0057b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: test-fips: name: Test FIPS integration - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: