Update ci.yml

Update to 12
This commit is contained in:
Danny 2023-01-26 10:01:32 -05:00 committed by GitHub
parent 68f7ac9cff
commit 4e3f15f357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ jobs:
- name: Set Swap Space - name: Set Swap Space
uses: pierotofy/set-swap-space@master uses: pierotofy/set-swap-space@master
with: with:
swap-size-gb: 18 swap-size-gb: 12
# single setup and sum cache handling here. # single setup and sum cache handling here.
# the results will cascade onto both testing and linting. # the results will cascade onto both testing and linting.
- name: Setup Golang with cache - name: Setup Golang with cache