diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 6d6d92a611..c3f9a49acb 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -74,15 +74,6 @@ jobs: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer - - name: Free up some disk space. - uses: hugoalh/disk-space-optimizer-ghaction@271735125a1b35180620eae7e45c2e9d470c31b0 - with: - general_include: ".+" - homebrew_prune: "True" - homebrew_clean: "True" - npm_prune: "True" - npm_clean: "True" - - name: ThirdParty cache. id: cache-third-party uses: actions/cache@v4