Skip to content

Commit fef08dd

Browse files
derrickstoleedscho
authored andcommitted
ci: update 'static-analysis' to Ubuntu 22.04
GitHub Actions scheduled a brownout of Ubuntu 18.04, which canceled all runs of the 'static-analysis' job in our CI runs. Update to 22.04 to avoid this as the brownout later turns into a complete deprecation. The use of 18.04 was set in d051ed7 (.github/workflows/main.yml: run static-analysis on bionic, 2021-02-08) due to the lack of Coccinelle being available on 20.04 (which continues today). Signed-off-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 394a759 commit fef08dd

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)