Fix Mac Builds (#4844)

This commit is contained in:
Zach H 2023-08-06 22:45:45 -04:00 committed by GitHub
parent e3552fc0ae
commit 8c539351e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 25 deletions

View file

@ -201,7 +201,7 @@ jobs:
- target: Debug # tests only
os: macos-latest
xcode: 14.2
qt_version: 6.*
qt_version: 6.5
qt_modules: "qtmultimedia qtwebsockets"
type: Debug
do_tests: 1
@ -251,7 +251,8 @@ jobs:
install_qt: ${{matrix.qt_version}}
run: |
brew update
brew install protobuf
brew install protobuf@21
brew link --force protobuf@21
if [[ $install_qt == homebrew ]]; then
brew install qt --force-bottle
else # for some reason the tests fail with the action installed qt?