diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfc74858c24..34d314c55e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: '0' - name: Set active Xcode path - run: sudo xcode-select -s /Applications/Xcode_12.3.app/Contents/Developer + run: sudo xcode-select -s /Applications/Xcode_12.4.app/Contents/Developer - name: Create canonical source directory run: | @@ -40,8 +40,8 @@ jobs: # download bazel mkdir -p $HOME/bazel-dist pushd $HOME/bazel-dist - curl -O -L https://github.com/bazelbuild/bazel/releases/download/3.7.0/bazel-3.7.0-darwin-x86_64 - mv bazel-3.7.0* bazel + curl -O -L https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-4.0.0-darwin-x86_64 + mv bazel-4.0.0* bazel chmod +x bazel ./bazel --version popd