Skip to content

Commit 4f06dfd

Browse files
committed
Merge branch 'ds/github-actions-use-newer-ubuntu' into maint
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 37317ab + ef46584 commit 4f06dfd

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
@@ -309,7 +309,7 @@ jobs:
309309
if: needs.ci-config.outputs.enabled == 'yes'
310310
env:
311311
jobname: StaticAnalysis
312-
runs-on: ubuntu-18.04
312+
runs-on: ubuntu-22.04
313313
steps:
314314
- uses: actions/checkout@v2
315315
- run: ci/install-dependencies.sh

0 commit comments

Comments
 (0)