build: recent macOS updates clang

This commit is contained in:
Jōshin 2024-01-04 14:23:01 -05:00
parent 17541a7d21
commit 6447f97f7e
No known key found for this signature in database

View File

@ -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"],
)