From ae530b3860937e83cb6ca7d510324b4ea0c2ed47 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Mon, 27 Oct 2025 17:13:51 +0000 Subject: [PATCH] update workflow --- .github/workflows/build-macos.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 374ee2d..14a21bc 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -24,16 +24,15 @@ jobs: token: ${{ secrets.PAT }} - name: Install Qt - uses: jurplel/install-qt-action@v4 + uses: jurplel/install-qt-action@v3 with: - version: ${{ env.QT_VERSION }} - modules: "qtmultimedia qtlocation qtpositioning qtserialport" + aqtversion: "==3.1.*" + version: "6.7.2" + host: "mac" target: "desktop" arch: "clang_64" - use-official: true - email: ${{ secrets.QT_EMAIL }} - pw: ${{ secrets.QT_PW }} - dir: "./" + modules: "qtlocation qtmultimedia qtpositioning qtserialbus" + - name: Update pkgconfig path run: | ls "${QT_ROOT_DIR}/lib/pkgconfig"