From 8fe7975ab8d813f124914c3e83814379a0c4474d Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 7 Apr 2025 09:07:02 -0400 Subject: [PATCH] revert: downgrade macos builds to qt 6.7.3 Fixes: https://github.com/PrismLauncher/PrismLauncher/issues/3592 Refs: https://github.com/PrismLauncher/PrismLauncher/pull/2895 Signed-off-by: Seth Flynn --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5476ac431..fd74aa246 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: "" - qt_version: "6.8.1" + qt_version: "6.7.3" qt_modules: "qt5compat qtimageformats qtnetworkauth" - os: macos-14