diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-11 01:13:04 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-02-11 01:13:04 +0000 |
commit | 79abc9635ea76129006cc892935d6a8671735080 (patch) | |
tree | c1d8b9128761a43447b99e48cc8074e7429f3659 | |
parent | a152a56f4ff0784533f4a3cc93b782c653e764c6 (diff) | |
parent | 59cdceff9c28aa344c04c24e42254e347ac67363 (diff) | |
download | pango-79abc9635ea76129006cc892935d6a8671735080.tar.gz |
Merge branch 'disable-macos-ci' into 'master'
ci: Temporarily disable macOS CI job as runner is offline
See merge request GNOME/pango!282
-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 |