Skip to content

Commit

Permalink
bazel: update clang_version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Feb 1, 2024
1 parent 0bd7b38 commit dc5eb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ config_setting(
# Version flag for clang.
string_flag(
name = "clang_version",
# macOS uses `clang-14.0.3` by default.
build_setting_default = "14.0.3",
# macOS uses `clang-15.0.0` by default.
build_setting_default = "15.0.0",
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit dc5eb5e

Please sign in to comment.