diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-04-08 22:14:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 22:14:26 +0200 |
commit | 95842ee25f3f495915f3956296bbcb90686e1658 (patch) | |
tree | 1dee37cfddfac5f953b705527684b339384d1bc4 /.github/workflows/build.yml | |
parent | 1b8b044b52bb7f4073ae366a703bec080f12f57e (diff) | |
parent | 371c8395731152ba198849d03e491760256c3232 (diff) | |
download | PrismLauncher-95842ee25f3f495915f3956296bbcb90686e1658.tar.gz PrismLauncher-95842ee25f3f495915f3956296bbcb90686e1658.tar.bz2 PrismLauncher-95842ee25f3f495915f3956296bbcb90686e1658.zip |
Merge pull request #983 from DioEgizio/update-qt650-win
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43c71a76..4369d249 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: '' - qt_version: '6.4.3' + qt_version: '6.5.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -80,7 +80,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: 'win64_msvc2019_arm64' - qt_version: '6.4.3' + qt_version: '6.5.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |