diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-08-02 10:19:47 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-08-02 10:59:54 +0200 |
commit | bca1fef2b25587a30c05502cf0231d8d337487f4 (patch) | |
tree | 22f51323c88da23142b7c4e698205fb90e868539 | |
parent | 6fd3672618f425bb539f4d554a5fda5d1236d042 (diff) | |
download | PrismLauncher-bca1fef2b25587a30c05502cf0231d8d337487f4.tar.gz PrismLauncher-bca1fef2b25587a30c05502cf0231d8d337487f4.tar.bz2 PrismLauncher-bca1fef2b25587a30c05502cf0231d8d337487f4.zip |
chore: downgrade to Qt 6.3.0 on macos
seems to fix some emoji-related issues
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
-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 0599c1d9..53c8cd7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: macosx_deployment_target: 10.14 qt_ver: 6 qt_host: mac - qt_version: '6.3.1' + qt_version: '6.3.0' qt_modules: 'qt5compat qtimageformats' qt_path: /Users/runner/work/PolyMC/Qt |