aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:15 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:15 -0700
commit0d2cf1668079ea128a2f91b4e4d36324ee9e3a5c (patch)
treeb65e1a13bf080e308640d1efbb371c7af42d4cd1
parentMerge branch 'ad/preload-plug-memleak' (diff)
parentci: update 'static-analysis' to Ubuntu 22.04 (diff)
downloadgit-0d2cf1668079ea128a2f91b4e4d36324ee9e3a5c.tar.gz
git-0d2cf1668079ea128a2f91b4e4d36324ee9e3a5c.zip
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
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cd1f52692a..831f4df56c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -309,7 +309,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@v2
- run: ci/install-dependencies.sh