diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 683cad52..d79015f2 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -99,7 +99,7 @@ jobs: # and docker images) from the GH runner, which will liberate around 60 GB of storage # distributed in 40GB for root and around 20 for a mnt point. - name: Maximise GH runner space - uses: easimon/maximize-build-space@v7 + uses: easimon/maximize-build-space@v8 with: root-reserve-mb: 40960 remove-dotnet: 'true'