diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a4bfb0a..ebb10a3 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -42,14 +42,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Maximise GH runner space - uses: easimon/maximize-build-space@v8 - with: - root-reserve-mb: 34816 - remove-dotnet: 'true' - remove-haskell: 'true' - remove-android: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be - name: Check out code uses: actions/checkout@v4 - name: Install dependencies