]> git.ipfire.org Git - thirdparty/git.git/commitdiff
ci: update 'static-analysis' to Ubuntu 22.04
authorDerrick Stolee <derrickstolee@github.com>
Tue, 23 Aug 2022 17:28:11 +0000 (17:28 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Apr 2023 16:17:53 +0000 (18:17 +0200)
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 d051ed77ee6 (.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 <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml

index a3fbbe6398478bf02046cef8b21c887b586bd167..8c61544f67e4df50c0e08a30f0921fe3c6033ca0 100644 (file)
@@ -340,7 +340,7 @@ jobs:
     if: needs.ci-config.outputs.enabled == 'yes'
     env:
       jobname: StaticAnalysis
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v1
     - run: ci/install-dependencies.sh