diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-04-08 19:38:46 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-04-08 19:38:46 +0200 |
commit | 371c8395731152ba198849d03e491760256c3232 (patch) | |
tree | 1dee37cfddfac5f953b705527684b339384d1bc4 | |
parent | 1b8b044b52bb7f4073ae366a703bec080f12f57e (diff) | |
download | PrismLauncher-371c8395731152ba198849d03e491760256c3232.tar.gz PrismLauncher-371c8395731152ba198849d03e491760256c3232.tar.bz2 PrismLauncher-371c8395731152ba198849d03e491760256c3232.zip |
chore: update Qt to 6.5.0 on Windows
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
-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: '' |