Use ubuntu-20.04 image for FIPS build
Later ubuntu images don't provide clang-7 anymore.
This commit is contained in:
parent
3059ba6e10
commit
7215070e22
|
|
@ -179,7 +179,7 @@ jobs:
|
||||||
|
|
||||||
test-fips:
|
test-fips:
|
||||||
name: Test FIPS integration
|
name: Test FIPS integration
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue