Skip to content

Commit

Permalink
Build all on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Jan 2, 2025
1 parent fee8e63 commit 4b74dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-
cancel-in-progress: true

jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
- os: macos-14
triplet: x64-osx-dynamic-release
deployment-target: "10.15"
- os: macos-14
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
-D WITH_QTWEBKIT=OFF \
-D WITH_BINDINGS=ON \
-D VCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \
-D VCPKG_HOST_TRIPLET="${{ matrix.triplet }}" \
-D VCPKG_HOST_TRIPLET="arm64-osx-dynamic-release" \
-D VCPKG_INSTALL_OPTIONS="--only-binarycaching" \
-D ENABLE_UNITY_BUILDS=ON \
-D NUGET_USERNAME=${{ github.actor }} \
Expand Down

0 comments on commit 4b74dc3

Please sign in to comment.