diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-03-19 12:34:48 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-03-19 17:11:16 +0100 |
commit | d2f674e08fa1b2d55cc9a7340e66e6a9d09b1a9f (patch) | |
tree | bbbb8d1818b083799783427c36ab7727ac3f0cb6 /.github | |
parent | 45b0367d14f38d40af5cc8603f7daab05d83af5f (diff) | |
download | PrismLauncher-d2f674e08fa1b2d55cc9a7340e66e6a9d09b1a9f.tar.gz PrismLauncher-d2f674e08fa1b2d55cc9a7340e66e6a9d09b1a9f.tar.bz2 PrismLauncher-d2f674e08fa1b2d55cc9a7340e66e6a9d09b1a9f.zip |
chore: update qt6 to 6.4.3 on windows and macos
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 9337f3c7..022a04f8 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.2' + qt_version: '6.4.3' 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.2' + qt_version: '6.4.3' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.3.0' + qt_version: '6.4.3' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |