diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index ce573e1b..b421ea2e 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -256,7 +256,7 @@ jobs: id: brew_install_qt continue-on-error: true shell: bash - run: brew install qt --force-bottle + run: brew install qt@5 --force-bottle - name: Install QT using actions if: steps.brew_install_qt.outcome != 'success'