Skip to content

Commit 650c6f2

Browse files
Attempt to fix Mac builds
1 parent 16efabc commit 650c6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ before_script:
663663
- eval $(/opt/homebrew/bin/brew shellenv)
664664
- qmake OpenRGB.pro
665665
- make -j16
666-
- macdeployqt OpenRGB.app -codesign=OpenRGB
666+
- macdeployqt OpenRGB.app
667667

668668
artifacts:
669669
name: "${CI_PROJECT_NAME}_MacOS_ARM64_${CI_COMMIT_SHORT_SHA}"
@@ -688,7 +688,7 @@ before_script:
688688
- eval $(/usr/local/bin/brew shellenv)
689689
- arch -x86_64 /usr/local/bin/qmake OpenRGB.pro
690690
- arch -x86_64 make -j16
691-
- arch -x86_64 macdeployqt OpenRGB.app -codesign=OpenRGB
691+
- arch -x86_64 macdeployqt OpenRGB.app
692692

693693
artifacts:
694694
name: "${CI_PROJECT_NAME}_MacOS_Intel_${CI_COMMIT_SHORT_SHA}"

0 commit comments

Comments
 (0)