GitLab CI: Switch the macOS builds to Qt 6.2.4.

This commit is contained in:
Gerald Combs 2022-08-17 10:03:58 -07:00
parent bd6c21696a
commit 9445bda1d8
1 changed files with 2 additions and 1 deletions

View File

@ -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
@ -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