diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-10-23 10:50:41 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-10-23 10:50:41 -0700 |
commit | e46a0fb53e92f359e739a818f0e0ce0d2fbf6c18 (patch) | |
tree | dd8b072bfea3c191da1bf33526eda36c9fc5bd6d /.gitlab-ci.yml | |
parent | 638c1ab699e11eafdfc9b1fed7dbf37212a7bdf0 (diff) | |
download | pango-e46a0fb53e92f359e739a818f0e0ce0d2fbf6c18.tar.gz |
ci: Allow macos to fail
The macos runner is out of commission atm
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b9f5200..ec6ceb75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,6 +88,7 @@ msys2-mingw64: macos: extends: .only-default + allow_failure: true only: - branches@GNOME/pango stage: build |