diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4167c49..7a9755c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -75,8 +75,8 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@v8 with: - root-reserve-mb: 1536 - swap-size-mb: 1024 + root-reserve-mb: 2048 + swap-size-mb: 512 remove-android: 'true' remove-codeql: 'true'