Browse Source

.github: fix mac build

QGC4.4
davidsastresas 9 months ago
parent
commit
76cf180808
  1. 5
      .github/workflows/macos_release.yml

5
.github/workflows/macos_release.yml

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

Loading…
Cancel
Save