diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-04-03 16:01:07 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-04-03 18:01:23 +0200 |
commit | 0cf1fc72a37f6c46e0e3fd2b3dd7a62e78a58574 (patch) | |
tree | 4840e8763e2548e227d58c429198525ca2175c8e | |
parent | 0a9081cb878044ec70f40f46082a23c5e821b101 (diff) | |
download | PrismLauncher-0cf1fc72a37f6c46e0e3fd2b3dd7a62e78a58574.tar.gz PrismLauncher-0cf1fc72a37f6c46e0e3fd2b3dd7a62e78a58574.tar.bz2 PrismLauncher-0cf1fc72a37f6c46e0e3fd2b3dd7a62e78a58574.zip |
chore: update to qt 6.5.0 on macos
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae683795..43c71a76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.4.3' + qt_version: '6.5.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -208,6 +208,8 @@ jobs: if: runner.os == 'Windows' && matrix.architecture == 'arm64' uses: jurplel/install-qt-action@v3 with: + aqtversion: '==3.1.*' + py7zrversion: '>=0.20.2' version: ${{ matrix.qt_version }} host: 'windows' target: 'desktop' @@ -223,6 +225,8 @@ jobs: if: runner.os == 'Linux' && matrix.qt_ver == 6 || runner.os == 'macOS' || (runner.os == 'Windows' && matrix.msystem == '') uses: jurplel/install-qt-action@v3 with: + aqtversion: '==3.1.*' + py7zrversion: '>=0.20.2' version: ${{ matrix.qt_version }} host: ${{ matrix.qt_host }} target: 'desktop' |