diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-11 21:02:40 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-02-12 16:18:26 -0500 |
commit | 286c85b9097e4a0e00c85535935164a3251cebcd (patch) | |
tree | 63adaf3bedb5fa888e8c9d3844a0fa1ec106e997 /.gitlab-ci.yml | |
parent | dde52e89892f05f372e7c9717e03753ca476dcb0 (diff) | |
download | pango-286c85b9097e4a0e00c85535935164a3251cebcd.tar.gz |
Revert "ci: Temporarily disable macOS CI job as runner is offline"
This reverts commit 59cdceff9c28aa344c04c24e42254e347ac67363.
The macOS runner is back.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1126fb29..5b2c361d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,9 +86,7 @@ msys2-mingw64: - "${CI_PROJECT_DIR}/_build/hello.png" - "${CI_PROJECT_DIR}/_build/fontlist.txt" -# FIXME: Temporarily disabled while the macOS runner is offline -# See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/495 -.macos: +macos: extends: .only-default only: - branches@GNOME/pango |