aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/run-all-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run-all-tests.yml')
-rw-r--r--.github/workflows/run-all-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml
index 5cb69f9d..2af6f5ec 100644
--- a/.github/workflows/run-all-tests.yml
+++ b/.github/workflows/run-all-tests.yml
@@ -29,7 +29,7 @@ jobs:
- os: macos-11
arch: "macos-x86_64"
# Always use the toolchain as UBSan produces linker errors with Apple LLVM 13.
- bazel_args: "--config=toolchain"
+ bazel_args: "--config=toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-darwin"
cache: "/private/var/tmp/bazel-disk"
- os: windows-latest
arch: "windows"