aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-20 11:45:05 +0200
committerEike Ziller <eike.ziller@qt.io>2022-06-20 12:29:08 +0000
commit366ea5526d19ca9cda98122eb14159cb9b4cdea2 (patch)
tree4164cff94f9201a702a432295efb295fd7c4140a
parentc8698cef40f2422dac471fc74325d4b63711c6d1 (diff)
GitHub: Build against Qt Creator 8 beta1v8.0.0-beta1
Change-Id: I7721410d20c5fcbd96589daa1acdea19ad213ce1 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
-rw-r--r--.github/workflows/build_cmake.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 6270c29..35bfbee 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -4,9 +4,9 @@ on: [push]
env:
PLUGIN_NAME: Haskell
- QT_VERSION: 6.2.1
- QT_CREATOR_VERSION: 6.0.0
- QT_CREATOR_SNAPSHOT: NO
+ QT_VERSION: 6.3.0
+ QT_CREATOR_VERSION: 8.0.0-beta1
+ QT_CREATOR_SNAPSHOT: latest
CMAKE_VERSION: 3.21.1
NINJA_VERSION: 1.10.2
@@ -18,8 +18,8 @@ jobs:
matrix:
config:
- {
- name: "Windows Latest MSVC", artifact: "Windows-x64",
- os: windows-latest,
+ name: "Windows MSVC 2019", artifact: "Windows-x64",
+ os: windows-2019,
cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
}
@@ -107,17 +107,17 @@ jobs:
set(url_os "windows_x86")
set(qt_package_arch_suffix "win64_msvc2019_64")
set(qt_dir_prefix "${qt_version}/msvc2019_64")
- set(qt_package_suffix "-Windows-Windows_10-MSVC2019-Windows-Windows_10-X86_64")
+ set(qt_package_suffix "-Windows-Windows_10_21H2-MSVC2019-Windows-Windows_10_21H2-X86_64")
elseif ("${{ runner.os }}" STREQUAL "Linux")
set(url_os "linux_x64")
set(qt_package_arch_suffix "gcc_64")
set(qt_dir_prefix "${qt_version}/gcc_64")
- set(qt_package_suffix "-Linux-RHEL_8_2-GCC-Linux-RHEL_8_2-X86_64")
+ set(qt_package_suffix "-Linux-RHEL_8_4-GCC-Linux-RHEL_8_4-X86_64")
elseif ("${{ runner.os }}" STREQUAL "macOS")
set(url_os "mac_x64")
set(qt_package_arch_suffix "clang_64")
set(qt_dir_prefix "${qt_version}/macos")
- set(qt_package_suffix "-MacOS-MacOS_11_00-Clang-MacOS-MacOS_11_00-X86_64-ARM64")
+ set(qt_package_suffix "-MacOS-MacOS_12-Clang-MacOS-MacOS_12-X86_64-ARM64")
endif()
set(qt_base_url "https://download.qt.io/online/qtsdkrepository/${url_os}/desktop/qt6_${qt_version_dotless}")