Skip to content

Commit

Permalink
.github: fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidsastresas committed May 20, 2024
1 parent 345ddba commit 76cf180
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12

steps:
- name: Checkout repo
Expand All @@ -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: |
Expand Down

0 comments on commit 76cf180

Please sign in to comment.