From 3e80909ba552edf0042a938eed80b2acc9a21a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20de=20Hesselle?= Date: Mon, 19 Feb 2024 19:29:35 +0100 Subject: [PATCH] ci: Run macOS job only for origin This partially reverts 11616b01459f56e8c9a6aa98a207f915593f6faa. The macOS runner is not available to forks on purpose. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 713d9ddc5..be19b6bfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -638,7 +638,8 @@ freebsd-13-x86_64: - "_build/meson-logs" macos-x86_64: - extends: .only-origin-or-manual + # The macOS runner is not allowed in forks. This is about trust, not capacity. + extends: .only-origin stage: build tags: - macosintel