diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-01-08 10:34:45 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-01-08 10:34:45 +0100 |
commit | 0481ae187acf3392aa158af9e6e287f8695d54ad (patch) | |
tree | 3e8867d6c49396b5fb49930eb08adc0ceed6993b /.github | |
parent | f3f628410d3d4c9589b8ec2d06d492e7861c35a3 (diff) | |
download | PrismLauncher-0481ae187acf3392aa158af9e6e287f8695d54ad.tar.gz PrismLauncher-0481ae187acf3392aa158af9e6e287f8695d54ad.tar.bz2 PrismLauncher-0481ae187acf3392aa158af9e6e287f8695d54ad.zip |
chore: update windows msvc to qt 6.4.2
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github')
-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 b6e179e1..51b5a81d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: '' - qt_version: '6.4.0' + qt_version: '6.4.2' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -73,7 +73,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: 'win64_msvc2019_arm64' - qt_version: '6.4.0' + qt_version: '6.4.2' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |