Skip to content

Commit 59ec224

Browse files
committed
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
2 parents 773e25a + d051ed7 commit 59ec224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
if: needs.ci-config.outputs.enabled == 'yes'
341341
env:
342342
jobname: StaticAnalysis
343-
runs-on: ubuntu-latest
343+
runs-on: ubuntu-18.04
344344
steps:
345345
- uses: actions/checkout@v1
346346
- run: ci/install-dependencies.sh

0 commit comments

Comments
 (0)