Merge branch 'tb/ci-run-cocci-with-18.04' into maint
* tb/ci-run-cocci-with-18.04: .github/workflows/main.yml: run static-analysis on bionic
This commit is contained in:
commit
59ec22464f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -340,7 +340,7 @@ jobs:
|
||||
if: needs.ci-config.outputs.enabled == 'yes'
|
||||
env:
|
||||
jobname: StaticAnalysis
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: ci/install-dependencies.sh
|
||||
|
Loading…
Reference in New Issue
Block a user