From 5159345656b2803cfe5a2c389844d2ccf3af5fef Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:10:48 +0800 Subject: [PATCH] Update release-config.yml --- .circleci/release-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/release-config.yml b/.circleci/release-config.yml index 7ca00043..b2ed720e 100644 --- a/.circleci/release-config.yml +++ b/.circleci/release-config.yml @@ -44,7 +44,7 @@ jobs: name: "Install homebrew dependencies" command: | brew install bazel cmake ninja nasm libomp wget go - (cd "/usr/local/Cellar/bazel/5.3.2/libexec/bin" && curl -fLO https://releases.bazel.build/6.2.1/release/bazel-6.2.1-darwin-x86_64 && chmod +x bazel-6.2.1-darwin-x86_64) + (cd "/usr/local/Cellar/bazel/6.3.2/libexec/bin" && curl -fLO https://releases.bazel.build/6.2.1/release/bazel-6.2.1-darwin-x86_64 && chmod +x bazel-6.2.1-darwin-x86_64) - run: name: "Install Miniconda" command: |