@@ -4,8 +4,8 @@ on: [push]
44
55env :
66 PLUGIN_NAME : LlamaCpp
7- QT_VERSION : 6.9.2
8- QT_CREATOR_VERSION : 17 .0.1
7+ QT_VERSION : 6.10.0
8+ QT_CREATOR_VERSION : 18 .0.0
99 MACOS_DEPLOYMENT_TARGET : " 11.0"
1010 CMAKE_VERSION : " 3.29.6"
1111 NINJA_VERSION : " 1.12.1"
@@ -98,17 +98,17 @@ jobs:
9898 set(url_os "windows_x86")
9999 set(qt_package_arch_suffix "win64_msvc2022_64")
100100 set(qt_dir_prefix "${qt_version}/msvc_64")
101- set(qt_package_suffix "-Windows-Windows_11_23H2 -MSVC2022-Windows-Windows_11_23H2 -X86_64")
101+ set(qt_package_suffix "-Windows-Windows_11_24H2 -MSVC2022-Windows-Windows_11_24H2 -X86_64")
102102 elseif (platform STREQUAL "windows_arm64")
103103 set(url_os "windows_arm64")
104104 set(qt_package_arch_suffix "win64_msvc2022_arm64")
105105 set(qt_dir_prefix "${qt_version}/msvc2022_arm64")
106- set(qt_package_suffix "-Windows-Windows_11_22H2 -MSVC2022-Windows-Windows_11_22H2 -AARCH64")
106+ set(qt_package_suffix "-Windows-Windows_11_23H2 -MSVC2022-Windows-Windows_11_23H2 -AARCH64")
107107 elseif (platform STREQUAL "linux_x64")
108108 set(url_os "linux_x64")
109109 set(qt_package_arch_suffix "linux_gcc_64")
110110 set(qt_dir_prefix "${qt_version}/gcc_64")
111- set(qt_package_suffix "-Linux-RHEL_8_10 -GCC-Linux-RHEL_8_10 -X86_64")
111+ set(qt_package_suffix "-Linux-RHEL_9_4 -GCC-Linux-RHEL_9_4 -X86_64")
112112 elseif (platform STREQUAL "linux_arm64")
113113 set(url_os "linux_arm64")
114114 set(qt_package_arch_suffix "linux_gcc_arm64")
0 commit comments