Skip to content

Commit ef46584

Browse files
derrickstoleegitster
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 ad60ddd commit ef46584

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)