From aaa14f1c22a7fd012cde0cdd57cb1fa6d44d87e0 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Mon, 27 Oct 2025 16:10:37 +0000 Subject: [PATCH] update workflow --- .github/workflows/build-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 473c4b1..52f6e8c 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -28,6 +28,8 @@ jobs: with: version: ${{ env.QT_VERSION }} modules: "qtmultimedia qtlocation qtpositioning qtserialport" + target: "desktop" + arch: "clang_64" use-official: true email: ${{ secrets.QT_EMAIL }} pw: ${{ secrets.QT_PW }}