From 41c6b75efc7d5c1f3eb2c8c7819fefdca477e372 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Wed, 23 Mar 2022 11:00:03 -0400 Subject: [PATCH] Remove brew upgrade now that the VM is updated --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d85f14a4..9d6fee3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,9 +76,6 @@ build-macos: stage: build tags: [macos] before_script: - - 'brew upgrade qt@5' - #- brew reinstall --force python3 - #- brew bundle --file=./.ci/macos/Brewfile --force --cleanup - rm -rf ../.hunter && mv .hunter ../.hunter || true script: - export PATH=/usr/local/opt/qt@5/bin/:${PATH}