diff --git a/.github/workflows/mac_build.yml b/.github/workflows/mac_build.yml index 7698e7e..3b11737 100644 --- a/.github/workflows/mac_build.yml +++ b/.github/workflows/mac_build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: brew install cmake ninja xcode-tools + run: brew install cmake ninja xcodes - name: Build run: | cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release