summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-11-23 16:29:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-11-24 00:51:53 (GMT)
commitc08bb260105fc7307be65f30e65c0f7305f0e3ce (patch)
tree5324d5e9d179b4e4fc6b5a1b29280b0990c137d8 /.github/workflows/main.yml
parentdf7375d77287f3665867b99ae18fc3cbe3289a67 (diff)
downloadgit-c08bb260105fc7307be65f30e65c0f7305f0e3ce.zip
git-c08bb260105fc7307be65f30e65c0f7305f0e3ce.tar.gz
git-c08bb260105fc7307be65f30e65c0f7305f0e3ce.tar.bz2
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/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c7c1045..91b565f 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