aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2020-01-27 17:41:28 +0100
committerCristian Adam <cristian.adam@qt.io>2020-01-27 16:49:19 +0000
commitb11445429ee958b31c0a3198905cf7679415f27f (patch)
treefa29715e29789aeb38908fd7ae00e1972ca77315 /.github/workflows
parent86b5a81cf040fc424dded627414a09878262ac5e (diff)
GitHub Workflow: Update Qt to 5.14.1
Change-Id: I8bc4ae712bdd886d4fa76fe26ba4152c87580cf0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 596fb5c959..7b70dec4a7 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -3,9 +3,9 @@ name: CMake Build Matrix
on: [push, pull_request]
env:
- QT_VERSION: 5.14.0
+ QT_VERSION: 5.14.1
CLANG_VERSION: 80
- CMAKE_VERSION: 3.16.2
+ CMAKE_VERSION: 3.16.3
NINJA_VERSION: 1.9.0
BUILD_TYPE: Release
CCACHE_VERSION: 3.7.7