Skip to content

Commit

Permalink
GitLab CI: Switch the macOS builds to Qt 6.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldcombs committed Aug 17, 2022
1 parent bd6c216 commit 9445bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ macOS Arm Package:
- wireshark-macos-arm-package
retry: 1
script:
- export CMAKE_PREFIX_PATH=/usr/local/Qt-6.2.4
- tools/make-version.py --set-release .
- mkdir build
- cd build
Expand Down Expand Up @@ -399,7 +400,7 @@ macOS Intel Package:
- wireshark-macos-intel-package
retry: 1
script:
- export CMAKE_PREFIX_PATH=/usr/local/Qt-5.15.3
- export CMAKE_PREFIX_PATH=/usr/local/Qt-6.2.4
- export PATH="$PATH:$HOME/bin"
- tools/make-version.py --set-release .
- mkdir build
Expand Down

0 comments on commit 9445bda

Please sign in to comment.