aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2020-09-11 14:24:24 +0200
committerCristian Adam <cristian.adam@qt.io>2020-09-11 15:24:11 +0000
commit8d760eff8f5fd3f3b2c545706d55bba0ac16b729 (patch)
tree96594c638d6e1955234764e04767d0c3c1c6e22d /.github
parent3bce5f2e76c0008be91ae74a18e5bec06a50dbe3 (diff)
GitHub Actions: Update Qt, CMake, Ninja versions
Also double ccache size. Change-Id: I53f9eb5bfed8d3788e813ac194bffadf1f3fa19a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 7db35e831a..88cc043f6d 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -3,11 +3,11 @@ name: CMake Build Matrix
on: [push, pull_request]
env:
- QT_VERSION: 5.15.0
+ QT_VERSION: 5.15.1
CLANG_VERSION: 100
ELFUTILS_VERSION: 0.175
- CMAKE_VERSION: 3.17.0
- NINJA_VERSION: 1.10.0
+ CMAKE_VERSION: 3.18.2
+ NINJA_VERSION: 1.10.1
BUILD_TYPE: Release
CCACHE_VERSION: 3.7.7
@@ -364,9 +364,9 @@ jobs:
set(ENV{CCACHE_SLOPPINESS} "pch_defines,time_macros")
set(ENV{CCACHE_COMPRESS} "true")
set(ENV{CCACHE_COMPRESSLEVEL} "6")
- set(ENV{CCACHE_MAXSIZE} "400M")
+ set(ENV{CCACHE_MAXSIZE} "800M")
if ("${{ matrix.config.cxx }}" STREQUAL "cl")
- set(ENV{CCACHE_MAXSIZE} "600M")
+ set(ENV{CCACHE_MAXSIZE} "1200M")
endif()
execute_process(COMMAND ccache -p)