diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89ea3ee..0323110 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -200,11 +200,7 @@ jobs: sudo apt-get install -y protobuf-compiler clang libclang-dev - name: Install dependencies (macOS) if: matrix.os == 'macos-14' - run: brew install protobuf - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 - with: - version: "21.1" + run: brew install protobuf llvm - name: Caching Step id: cache-step