aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-03-23 15:04:04 +0100
committerEike Ziller <eike.ziller@qt.io>2022-03-23 14:16:41 +0000
commitb63cdb942a6a69c78f31e65744383c955044a2fb (patch)
treecc840b7d4d0a76b0a2e5749fbac32cd9fa254d5f
parent45883cb6f32a2c89895fd9fb6d42055fec5199b5 (diff)
GitHub: Build with 7.0.0 releasev7.0.0
Change-Id: I610a976500f5fabd8ceb9e8a147cd7835aeacd4a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--.github/workflows/build_cmake.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index f564787..d22fdb4 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -5,8 +5,8 @@ on: [push]
env:
PLUGIN_NAME: Haskell
QT_VERSION: 6.2.3
- QT_CREATOR_VERSION: 7.0.0-beta1
- QT_CREATOR_SNAPSHOT: latest
+ QT_CREATOR_VERSION: 7.0.0
+ QT_CREATOR_SNAPSHOT: NO
CMAKE_VERSION: 3.22.2
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",
}