diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:15 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:15 -0700 |
| commit | 0d2cf1668079ea128a2f91b4e4d36324ee9e3a5c (patch) | |
| tree | b65e1a13bf080e308640d1efbb371c7af42d4cd1 | |
| parent | Merge branch 'ad/preload-plug-memleak' (diff) | |
| parent | ci: update 'static-analysis' to Ubuntu 22.04 (diff) | |
| download | git-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.yml | 2 |
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 |
