From e92e7e71c40a4e09870b3cd64ef3436718a45abe Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 23 Mar 2022 02:07:38 +0000 Subject: [PATCH] Update qt5 for macos in notarize step --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9175681b..d85f14a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,7 @@ codesign-macos: stage: deploy tags: [macos] before_script: + - 'brew upgrade qt@5' - pip3 install dmgbuild script: - export PATH=/usr/local/opt/qt@5/bin/:${PATH}