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 committed May 14, 2024
1 parent e83ce14 commit 29602fe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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 @@ -38,6 +38,11 @@ jobs:
set -e
brew install libarchive libpng zlib automake autoconf libtool
- name: Fix python deps on arm mac
if: ${{ matrix.os == 'macos-14' }}
run: |
python3 -m pip install --break-system-packages aqtinstall setuptools wheel py7zr==0.19.*
- name: Install Qt
uses: jurplel/install-qt-action@b3ea5275e37b734d027040e2c7fe7a10ea2ef946 # v3.3.0
with:
Expand Down

0 comments on commit 29602fe

Please sign in to comment.