From 43398734f5c01dfc607ff6a180a0d88d505137a7 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Fri, 10 Apr 2026 19:21:45 +0200 Subject: [PATCH] add ccache eviction age to macos as well --- .github/workflows/desktop-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 21ae7f45f..f087008ac 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -281,6 +281,7 @@ jobs: qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja use_ccache: 1 + ccache_eviction_age: 7d - os: macOS target: 14 @@ -295,6 +296,7 @@ jobs: qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja use_ccache: 1 + ccache_eviction_age: 7d - os: macOS target: 15 @@ -309,6 +311,7 @@ jobs: qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja use_ccache: 1 + ccache_eviction_age: 7d - os: macOS target: 15 @@ -321,6 +324,7 @@ jobs: qt_modules: qtimageformats qtmultimedia qtwebsockets cmake_generator: Ninja use_ccache: 1 + ccache_eviction_age: 7d - os: Windows target: 10 @@ -451,6 +455,7 @@ jobs: MACOS_CI_KEYCHAIN_PWD: ${{ secrets.PROD_MACOS_CI_KEYCHAIN_PWD }} DEVELOPER_DIR: '/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer' TARGET_MACOS_VERSION: ${{ matrix.override_target }} + CCACHE_EVICTION_AGE: ${{ matrix.ccache_eviction_age }} run: .ci/compile.sh --server --test --vcpkg # Delete used cache to emulate a ccache update. See https://github.com/actions/cache/issues/342.