diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-11-23 17:29:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-24 01:51:53 +0100 |
commit | c08bb260105fc7307be65f30e65c0f7305f0e3ce (patch) | |
tree | 5324d5e9d179b4e4fc6b5a1b29280b0990c137d8 /.github | |
parent | CI: use shorter names that fit in UX tooltips (diff) | |
download | git-c08bb260105fc7307be65f30e65c0f7305f0e3ce.tar.xz git-c08bb260105fc7307be65f30e65c0f7305f0e3ce.zip |
CI: rename the "Linux32" job to lower-case "linux32"
As a follow-up to the preceding commit's shortening of CI job names,
rename the only job that starts with an upper-case letter to be
consistent with the rest. It was added in 88dedd5e72c (Travis: also
test on 32-bit Linux, 2017-03-05).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7c1045657..91b565f75b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -266,7 +266,8 @@ jobs: vector: - jobname: linux-musl image: alpine - - jobname: Linux32 + - jobname: linux32 + os: ubuntu32 image: daald/ubuntu32:xenial - jobname: pedantic image: fedora |