From 4b74dc3c827c61f2799a73ceb19689157bb2203d Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 3 Jan 2025 00:40:38 +0100 Subject: [PATCH] Build all on arm --- .github/workflows/build-macos-qt6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos-qt6.yml b/.github/workflows/build-macos-qt6.yml index b467e5822494c..0c342d228bb9e 100644 --- a/.github/workflows/build-macos-qt6.yml +++ b/.github/workflows/build-macos-qt6.yml @@ -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: @@ -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 @@ -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 }} \