diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-10 19:49:33 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-02-10 19:50:17 -0500 |
commit | 8cd4b338db8deb539cc8f37c4a086c36fcbc9f11 (patch) | |
tree | cc288be4a6923c281eb3d9f67884880e9a665de7 /.gitlab-ci.yml | |
parent | 9af30aca35918ea6d7913a3a40708f7467c33fc4 (diff) | |
download | gtk+-8cd4b338db8deb539cc8f37c4a086c36fcbc9f11.tar.gz |
ci: Temporarily disable macOS CI job as runner is offlinedisable-macos-ci
See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/495
Diffstat (limited to '.gitlab-ci.yml')
-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 |