]> Kevux Git Server - rit/commit
ci: unify Linux images across GitLab and GitHub
authorPatrick Steinhardt <ps@pks.im>
Thu, 4 Jun 2026 10:07:33 +0000 (12:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jun 2026 12:49:00 +0000 (21:49 +0900)
commit43a6a005c8970f13c46202e821111f9e42538b9d
treea072d28ef2e0180ee1384e1970f917fd9cf0642e
parentf0ba41bae89ae5bb66d1b9677d26bd6d7953da34
ci: unify Linux images across GitLab and GitHub

The image for the "linux-breaking-changes" job has drifted apart across
GitHub and GitLab. Adapt it to use "ubuntu:rolling" on both systems.

With this change there's only one difference remaining: GitHub uses
"ubuntu:focal" for the "linux32" job while GitLab uses "ubuntu:20.04".
These are different names for the same image, so there is no actual
difference here. Adjust GitHub to use the "20.04" tag -- this matches
all the other jobs which use version numbers, and you don't have to
learn Ubuntu's release names by heart.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml
.gitlab-ci.yml