From a06a4ad59ab76e338faea72fbdda22866c7697da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 11 Oct 2022 13:43:36 -0400 Subject: [PATCH] ci: Allow macos builds to fail The runner seems busted, so allow builds to fail for now. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8829a100c0..a1382ce2a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -192,6 +192,7 @@ macos: only: - branches@GNOME/gtk stage: build + allow_failure: true tags: - macos needs: [] -- 2.30.2