diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index f9a762722..11dba4a9f 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -17,11 +17,6 @@ jobs: - name: Use Xcode 16.1 run: sudo xcode-select -s /Applications/Xcode_16.1.app - - name: Install packages - shell: bash - run: | - brew install ninja - - name: Cache Dependencies id: cache-deps-mac uses: actions/cache@v4