summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-13 12:21:10 -0700
committerJohannes Schindelin <johannes.schindelin@gmx.de>2023-04-17 21:15:36 +0200
commit4989c356888163de5e308d96beea12eed5bdbbe2 (patch)
tree589c2c1a8e5924aaca346fac1225dc9c25b40367
parente4cb3693a45a74ac9fdd142ab6392832b0a895d3 (diff)
parentfef08dd32edb3ca751a51a0b88cf96b84fa79be8 (diff)
downloadgit-4989c356888163de5e308d96beea12eed5bdbbe2.tar.gz
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 836d2c65c1..07f3ab3f8f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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