From a24a2aedf07b5707945b26b3f7ddfe2acdfb7d1c Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Mon, 17 Jul 2023 13:05:22 +0300 Subject: [PATCH] increase max macos store size --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b49e93b1..3c901750 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,11 +18,9 @@ jobs: uses: ./. with: linux-gc-enabled: true - # more than necessary - linux-max-store-size: 8000000000 + linux-max-store-size: 1500000000 macos-gc-enabled: true - # less than necessary - macos-max-store-size: 8000000 + macos-max-store-size: 1500000000 key: cache-${{ matrix.os }}-${{ hashFiles('.github/workflows/ci.yaml') }} restore-keys: | cache-${{ matrix.os }}