Skip to content

Commit

Permalink
[ci] fix mac arm build maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored and calc84maniac committed May 17, 2024
1 parent 67d47da commit 24a05f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
qtver: "5.15.2"
qtvershort: "5_intel"
- os: macos-12
qtver: "6.6.1"
qtver: "6.6.3"
qtvershort: "6_intel"
- os: macos-14
qtver: "6.6.1"
qtver: "6.6.3"
qtvershort: "6_arm"

steps:
Expand All @@ -40,6 +40,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@b3ea5275e37b734d027040e2c7fe7a10ea2ef946 # v3.3.0
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
with:
target: desktop
version: "${{ matrix.qtver }}"
Expand Down

0 comments on commit 24a05f1

Please sign in to comment.