diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-10 20:09:41 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-02-10 20:09:41 -0500 |
commit | 59cdceff9c28aa344c04c24e42254e347ac67363 (patch) | |
tree | c1d8b9128761a43447b99e48cc8074e7429f3659 /.gitlab-ci.yml | |
parent | a152a56f4ff0784533f4a3cc93b782c653e764c6 (diff) | |
download | pango-59cdceff9c28aa344c04c24e42254e347ac67363.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 5b2c361d..1126fb29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,9 @@ msys2-mingw64: - "${CI_PROJECT_DIR}/_build/hello.png" - "${CI_PROJECT_DIR}/_build/fontlist.txt" -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/pango |