add check for if linux to the macimize build space step

This commit is contained in:
conneroisu 2025-05-02 09:48:44 +00:00
parent 97b83c042e
commit afa1efb903

View file

@ -126,6 +126,7 @@ jobs:
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
if: runner.os == 'Linux'
with:
root-reserve-mb: 512
swap-size-mb: 1024