Skip to content

Commit b81dd81

Browse files
authored
Using bazelisk on macOS CI (#1049)
1 parent bba3aa9 commit b81dd81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ jobs:
201201
- checkout
202202
- run: brew install grep
203203
- run:
204-
name: install bazel
204+
name: install bazelisk
205205
command: |
206-
brew install bazel
206+
brew install bazelisk
207207
- run: test/test_bazel_mac.sh
208208

209209
test-bazel-windows:

0 commit comments

Comments
 (0)