From 2160f029d23ee960e4e15d37820864f6ff305b25 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 8 Apr 2026 21:39:37 -0500 Subject: [PATCH] Bump aqtinstall to a later commit to pick up Qt 6.11 deployment fix --- .github/workflows/build-win-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-win-mac.yml b/.github/workflows/build-win-mac.yml index 50ac1295..54ecb063 100644 --- a/.github/workflows/build-win-mac.yml +++ b/.github/workflows/build-win-mac.yml @@ -47,7 +47,7 @@ jobs: set-env: ${{ runner.os != 'Windows' }} add-tools-to-path: ${{ runner.os != 'Windows' }} version: ${{ matrix.qt_version }} - aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@9edeb24ae65361fd032a063a0b0148764eff09c5' + aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@073e34d7c2ab4ae6961ed7cca690b3abd5ba5a7e' - name: Install Qt ARM64 (Windows) if: runner.os == 'Windows'