1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ff92c17..d551f2a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,9 +52,9 @@ build-macos:
stage: build
tags: [macos]
before_script:
- - brew update
- - brew reinstall --force python3
- - brew bundle --file=./.ci/macos/Brewfile --force --cleanup
+ #- brew update
+ #- brew reinstall --force python3
+ #- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
- pip3 install dmgbuild
- rm -rf ../.hunter && mv .hunter ../.hunter || true
script:
|