summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-11 00:48:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-11 00:48:07 (GMT)
commitc6102b758572c7515f606b2423dfe38934fe6764 (patch)
treeaf165be4a97c85359ed4ced1fab5ec5acbc29bc4 /.github
parentf9f2520108bab26a750bcbb00518dc27672cf0a2 (diff)
parentd051ed77ee6bc0279bebe17b4b39b9034d4ca9fa (diff)
downloadgit-c6102b758572c7515f606b2423dfe38934fe6764.zip
git-c6102b758572c7515f606b2423dfe38934fe6764.tar.gz
git-c6102b758572c7515f606b2423dfe38934fe6764.tar.bz2
Merge branch 'tb/ci-run-cocci-with-18.04'
The version of Ubuntu Linux used by default at GitHub Actions CI has been updated to one that lack coccinelle; until it gets fixed, work it around by sticking to the previous release (18.04). * tb/ci-run-cocci-with-18.04: .github/workflows/main.yml: run static-analysis on bionic
Diffstat (limited to '.github')
-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 12f8bb1..5f2f884 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-latest
+ runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- run: ci/install-dependencies.sh