summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-03-23 15:17:26 +0100
committerEike Ziller <eike.ziller@qt.io>2022-03-23 14:22:05 +0000
commite97069ab25b0c4d9f8dde05a53fe2eb56a3b076b (patch)
treed00886495ff07a21db402808b4dd91fdf3e5f993
parent377c16e84e24eba65b3048ef230fac1962367ac1 (diff)
GitHub: Build with 7.0.0 releasev7.0.0
Change-Id: I2c54c7d3edea2bf327928d99d7b57bd3ad186b4e 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 12ef259..9e95ce7 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -5,8 +5,8 @@ on: [push]
env:
PLUGIN_NAME: Fossil
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",
}