diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index e295c8d4..5f83eab9 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -30,16 +30,12 @@ jobs: - arch: aarch64 runner: ubuntu-22.04-arm steps: - - name: Maximize build space + - name: More space if: matrix.arch == 'x86_64' - uses: easimon/maximize-build-space@v10 + uses: LizardByte/actions/actions/more_space@v2025.814.40518 with: - root-reserve-mb: 10240 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' + analyze-space-savings: true + clean-all: true - name: Checkout uses: actions/checkout@v5 diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 50861257..d74168f1 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -27,15 +27,11 @@ jobs: EXTRA_ARGS: '--appimage-build' dist: 22.04 steps: - - name: Maximize build space - uses: easimon/maximize-build-space@v10 + - name: More space + uses: LizardByte/actions/actions/more_space@v2025.814.40518 with: - root-reserve-mb: 30720 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' + analyze-space-savings: true + clean-all: true - name: Checkout uses: actions/checkout@v5 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85799db9..aebb1744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,6 @@ jobs: uses: LizardByte/.github/.github/workflows/__call-docker.yml@master with: maximize_build_space: true - maximize_build_space_root_reserve_size: 32768 publish_release: ${{ needs.release-setup.outputs.publish_release }} release_commit: ${{ needs.release-setup.outputs.release_commit }} release_tag: ${{ needs.release-setup.outputs.release_tag }}