diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-02-08 16:22:34 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-08 14:38:07 -0800 |
commit | d051ed77ee6bc0279bebe17b4b39b9034d4ca9fa (patch) | |
tree | 03f505455ed85aabd737c586b3ab1dadc042760a /dir.c | |
parent | Prepare for 2.30.1 (diff) | |
download | tgif-d051ed77ee6bc0279bebe17b4b39b9034d4ca9fa.tar.xz |
.github/workflows/main.yml: run static-analysis on bionic
GitHub Actions is transitioning workflow steps that run on
'ubuntu-latest' from 18.04 to 20.04 [1].
This works fine in all steps except the static-analysis one, since
Coccinelle isn't available on Ubuntu focal (it is only available in the
universe suite).
Until Coccinelle can be installed from 20.04's main suite, pin the
static-analysis build to run on 18.04, where it can be installed by
default.
[1]: https://github.com/actions/virtual-environments/issues/1816
Reported-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.c')
0 files changed, 0 insertions, 0 deletions