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: @@ -29,7 +29,7 @@ env:
jobs:
build:
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Checkout repo
@ -46,11 +46,12 @@ jobs: @@ -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: |

Loading…
Cancel
Save