Use ubuntu-latest for all ci jobs
ubuntu 20.04 is now deprecated: https://github.com/actions/runner-images/issues/11101
This commit is contained in:
parent
b29537e08f
commit
9c4ea22f72
|
|
@ -242,7 +242,7 @@ jobs:
|
|||
|
||||
test-fips:
|
||||
name: Test FIPS integration
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -342,7 +342,7 @@ jobs:
|
|||
|
||||
test-features:
|
||||
name: Test features
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue