diff --git a/.circleci/dev-release-config.yml b/.circleci/dev-release-config.yml index 12f242642..732145c3e 100644 --- a/.circleci/dev-release-config.yml +++ b/.circleci/dev-release-config.yml @@ -62,8 +62,7 @@ jobs: - run: name: "Install homebrew dependencies" command: | - brew install bazel cmake ninja libomp wget go - (cd /opt/homebrew/Cellar/bazel/*.*.*/libexec/bin && curl -fLO https://github.com/bazelbuild/bazel/releases/download/6.2.1/bazel-6.2.1-darwin-arm64 && chmod +x bazel-6.2.1-darwin-arm64) + brew install bazelisk cmake ninja libomp wget go - run: name: "Install Miniconda" command: |