From 346c9cb16ae88fcfd22e6fe9111e6385bed7563d Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 23 Mar 2026 09:58:35 +0100 Subject: [PATCH] chore: CI: bump git cache to 5GB (#13053) --- .github/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 2f41e54ce6..b45b5cb27a 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -33,7 +33,7 @@ jobs: include: ${{fromJson(inputs.config)}} # complete all jobs fail-fast: false - runs-on: ${{ endsWith(matrix.os, '-with-cache') && fromJSON(format('["{0}", "nscloud-git-mirror-1gb"]', matrix.os)) || matrix.os }} + runs-on: ${{ endsWith(matrix.os, '-with-cache') && fromJSON(format('["{0}", "nscloud-git-mirror-5gb"]', matrix.os)) || matrix.os }} defaults: run: shell: ${{ matrix.shell || 'nix develop -c bash -euxo pipefail {0}' }}