Skip to content

Commit 7a5666b

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge pull request #3036 from gitgitgadget/tb/ci-run-cocci-with-18.04
ci: pre-emptively fix the "static-analysis" job
2 parents 30c64d8 + d051ed7 commit 7a5666b

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
@@ -349,7 +349,7 @@ jobs:
349349
if: needs.ci-config.outputs.enabled == 'yes'
350350
env:
351351
jobname: StaticAnalysis
352-
runs-on: ubuntu-latest
352+
runs-on: ubuntu-18.04
353353
steps:
354354
- uses: actions/checkout@v1
355355
- run: ci/install-dependencies.sh

0 commit comments

Comments
 (0)