From c9337457079fb89d80079d22c38d07877d52762d Mon Sep 17 00:00:00 2001 From: Nethius Date: Thu, 10 Jul 2025 19:48:03 +0800 Subject: [PATCH] chore: downgrade qt version for macos cicd build (#1705) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d08b14095..3fd062796 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -331,7 +331,7 @@ jobs: runs-on: macos-latest env: - QT_VERSION: 6.9.1 + QT_VERSION: 6.8.0 MAC_TEAM_ID: ${{ secrets.MAC_TEAM_ID }}