Skip to content

Commit

Permalink
increase max macos store size
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 17, 2023
1 parent 854ae51 commit a24a2ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a24a2ae

Please sign in to comment.