diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-06-08 16:20:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 16:20:22 +0200 |
commit | 7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17 (patch) | |
tree | 0ac84e2935803f749cac132a1f40c24f8c622a04 /.github/workflows/build.yml | |
parent | 9b9d439fce9408712a594bb294e3bd5f108e31bc (diff) | |
parent | 5b3431b26884aaee695dba97ca5faaddd46a5081 (diff) | |
download | PrismLauncher-7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17.tar.gz PrismLauncher-7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17.tar.bz2 PrismLauncher-7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17.zip |
Merge pull request #1131 from DioEgizio/revert-to-qt650
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: '' |