]> git.ipfire.org Git - thirdparty/git.git/commit
gitlab-ci: upgrade macOS runners
authorPatrick Steinhardt <ps@pks.im>
Thu, 21 May 2026 08:59:24 +0000 (10:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 13:31:37 +0000 (22:31 +0900)
commitc9d708b7fce6f910d77f5cb499796712f3bdfd04
tree2fa8b6ef0359ddbd707d1294dac236db72219971
parent94f057755b7941b321fd11fec1b2e3ca5313a4e0
gitlab-ci: upgrade macOS runners

We're currently using M1-based runners for our macOS jobs. GitLab has
since introduced a new M2 Pro-based runner type that is available for
all GitLab tiers [1], which upgrades from 4 to 6 cores and from 8 to 16
GB RAM.

Upgrade to this new runner type, which results in some nice speedups:

  - osx-clang goes from 26 minutes to 16 minutes.

  - osx-meson goes from 19 minutes to 13 minutes.

  - osx-reftable goes from 23 minutes to 14 mintues.

[1]: https://docs.gitlab.com/ci/runners/hosted_runners/macos/

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