diff --git a/.github/workflows/build-macos-qt6.yml b/.github/workflows/build-macos-qt6.yml index 0c342d228bb9..63779cb7c00f 100644 --- a/.github/workflows/build-macos-qt6.yml +++ b/.github/workflows/build-macos-qt6.yml @@ -94,7 +94,7 @@ jobs: -D WITH_QTWEBKIT=OFF \ -D WITH_BINDINGS=ON \ -D VCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \ - -D VCPKG_HOST_TRIPLET="arm64-osx-dynamic-release" \ + -D VCPKG_HOST_TRIPLET="${{ matrix.triplet }}" \ -D VCPKG_INSTALL_OPTIONS="--only-binarycaching" \ -D ENABLE_UNITY_BUILDS=ON \ -D NUGET_USERNAME=${{ github.actor }} \