diff --git a/.github/workflows/macos_release.yml b/.github/workflows/macos_release.yml index 2c77d14dc8b..957004c7582 100644 --- a/.github/workflows/macos_release.yml +++ b/.github/workflows/macos_release.yml @@ -29,7 +29,7 @@ env: jobs: build: - runs-on: macos-latest + runs-on: macos-12 steps: - name: Checkout repo @@ -46,11 +46,12 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: ${{ env.QT_VERSION }} + aqtversion: ==3.1.* host: mac target: desktop dir: ${{ runner.temp }} modules: qtcharts - setup-python: false + setup-python: true - name: Install Gstreamer run: |