From e7733a2d43f33a5ef35c8eeca2ace0e76cc0834e Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Tue, 10 Mar 2026 23:13:58 -0500 Subject: [PATCH] Deps: Fix macOS universal dependency build script --- .github/workflows/scripts/macos/build-dependencies-universal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/macos/build-dependencies-universal.sh b/.github/workflows/scripts/macos/build-dependencies-universal.sh index 596e237a41..f8eb245804 100755 --- a/.github/workflows/scripts/macos/build-dependencies-universal.sh +++ b/.github/workflows/scripts/macos/build-dependencies-universal.sh @@ -38,7 +38,7 @@ if [ "${INSTALLDIR:0:1}" != "/" ]; then INSTALLDIR="$PWD/$INSTALLDIR" fi -QT=6.10.1 +QT=6.10.2 QTAPNG=1.3.0 FREETYPE=2.14.1