diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-05-25 16:38:24 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-05-25 16:38:24 +0200 |
commit | 70983c72696afbf444a768b37c87e3f6aa0353e2 (patch) | |
tree | 4ec29faa0b458aeb123d675716b44e47a6a8f2de /.github | |
parent | 42ceaa0015217d67245b40adf71120fcd8a739f2 (diff) | |
download | PrismLauncher-70983c72696afbf444a768b37c87e3f6aa0353e2.tar.gz PrismLauncher-70983c72696afbf444a768b37c87e3f6aa0353e2.tar.bz2 PrismLauncher-70983c72696afbf444a768b37c87e3f6aa0353e2.zip |
chore: update to Qt 6.5.1
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02cc8b1f..bee1ea14 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.5.0' + qt_version: '6.5.1' 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.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |