From 4e3f15f357311a6616d6fa37f9f416d862a6be2f Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 26 Jan 2023 10:01:32 -0500 Subject: [PATCH] Update ci.yml Update to 12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f11d70711..f72c0326e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Set Swap Space uses: pierotofy/set-swap-space@master with: - swap-size-gb: 18 + swap-size-gb: 12 # single setup and sum cache handling here. # the results will cascade onto both testing and linting. - name: Setup Golang with cache