diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00624776e5..6c6d15c8a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,9 @@ msys2-mingw64: MSYSTEM: "MINGW64" CHERE_INVOKING: "yes" -macos: +# FIXME: Temporarily disabled while the macOS runner is offline +# See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/495 +.macos: extends: .only-default only: - branches@GNOME/gtk |