File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,24 +45,24 @@ jobs:
4545 config :
4646 - name : " Windows Intel 64bit"
4747 artifact : " Windows-x64"
48- runs-on : windows-2019
48+ runs-on : windows-2022
4949 os : windows
5050 qt_host : ' windows'
5151 qt_version : ' 6.8.0'
52- qt_arch : ' win64_msvc2019_64 '
53- qt_dir : " msvc2019_64 "
52+ qt_arch : ' win64_msvc2022_64 '
53+ qt_dir : " msvc2022_64 "
5454 environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
5555 cmake_extra_config : ' -DSENTRY=ON'
5656
5757 - name : " Windows ARM 64bit"
5858 artifact : " Windows-ARM64"
59- runs-on : windows-2019
59+ runs-on : windows-2022
6060 os : windows
6161 qt_host : ' windows'
62- qt_host_arch : ' win64_msvc2019_64 '
62+ qt_host_arch : ' win64_msvc2022_64 '
6363 qt_version : ' 6.8.0'
64- qt_arch : ' win64_msvc2019_arm64 '
65- qt_dir : " msvc2019_arm64 "
64+ qt_arch : ' win64_msvc2022_arm64_cross_compiled '
65+ qt_dir : " msvc2022_arm64 "
6666 environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvarsamd64_arm64.bat"
6767 cmake_extra_config : ' -DCMAKE_TOOLCHAIN_FILE=%Qt6_DIR%/lib/cmake/Qt6/qt.toolchain.cmake -DQT_HOST_PATH=%Qt6_DIR%/../msvc2019_64'
6868
@@ -144,7 +144,7 @@ jobs:
144144 qt_host : ' linux'
145145 qt_host_arch : ' linux_gcc_64'
146146 qt_target : ' android'
147- qt_version : ' 6.8.0 '
147+ qt_version : ' 6.7.3 '
148148 qt_arch : ' android_x86_64'
149149 qt_extra_archs : ' android_arm64_v8a android_armv7 android_x86'
150150 cmake_extra_config : ' -DSENTRY=ON'
@@ -156,7 +156,7 @@ jobs:
156156 qt_host : ' mac'
157157 qt_host_arch : ' clang_64'
158158 qt_target : ' ios'
159- qt_version : ' 6.8.0 '
159+ qt_version : ' 6.7.3 '
160160 qt_arch : ' ios'
161161 cmake_extra_config : ' '
162162 xcode : ' 15.2'
You can’t perform that action at this time.
0 commit comments