diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-06-08 14:55:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 14:55:09 +0200 |
commit | 5b3431b26884aaee695dba97ca5faaddd46a5081 (patch) | |
tree | 0ac84e2935803f749cac132a1f40c24f8c622a04 /.github/workflows/build.yml | |
parent | 9b9d439fce9408712a594bb294e3bd5f108e31bc (diff) | |
download | PrismLauncher-5b3431b26884aaee695dba97ca5faaddd46a5081.tar.gz PrismLauncher-5b3431b26884aaee695dba97ca5faaddd46a5081.tar.bz2 PrismLauncher-5b3431b26884aaee695dba97ca5faaddd46a5081.zip |
chore: revert macOS Qt version back to 6.5.0
Qt 6.5.1 seems to cause issues with Rectangle
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0a0943a..3ce9fb40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.5.1' + qt_version: '6.5.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |