diff options
author | Bartłomiej Piotrowski <bpiotrowski@gnome.org> | 2021-02-12 19:40:57 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@gnome.org> | 2021-02-12 19:40:57 +0000 |
commit | 0ce0402edfb3698d4b0463e7df863e08035a94e7 (patch) | |
tree | 031a654ca997872eb983071216c095f842293e60 /.gitlab-ci.yml | |
parent | 5d13bb7aa2effa16c49ff804d4c9fbfcaac8f897 (diff) | |
download | gtk+-0ce0402edfb3698d4b0463e7df863e08035a94e7.tar.gz |
Revert "Merge branch 'disable-macos-ci' into 'master'"
This reverts merge request !3183
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 8476616092..edde8904aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,9 +146,7 @@ msys2-mingw64: MSYSTEM: "MINGW64" CHERE_INVOKING: "yes" -# 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/gtk |