Skip to content

Commit 4989c35

Browse files
gitsterdscho
authored andcommitted
Merge branch 'ds/github-actions-use-newer-ubuntu'
Update the version of Ubuntu used for GitHub Actions CI from 18.04 to 22.04. * ds/github-actions-use-newer-ubuntu: ci: update 'static-analysis' to Ubuntu 22.04
2 parents e4cb369 + fef08dd commit 4989c35

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-18.04
343+
runs-on: ubuntu-22.04
344344
steps:
345345
- uses: actions/checkout@v1
346346
- run: ci/install-dependencies.sh

0 commit comments

Comments
 (0)