diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 66129691c9..e438b1a0d6 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -39,16 +39,6 @@ jobs: - uses: actions/checkout@v4 with: { fetch-depth: 0 } - - if: matrix.os == 'windows-2022' || matrix.os == 'macOS-15' - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: 21 - architecture: x64 - - - if: matrix.os == 'ubuntu-24.04' - uses: bazelbuild/setup-bazelisk@v3 - - id: Setup_bazel_remote uses: ./.github/actions/setup-bazel-remote with: