Skip to content

Commit aa3b976

Browse files
zhangskzcopybara-github
authored andcommitted
Update minimum macOS to 10.15.
This is per the updated OSS foundational support (https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) since Chrome has raised its minimum macOS requirements. PiperOrigin-RevId: 601224079
1 parent 17729cc commit aa3b976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ cc_toolchain_config(
108108
linker_path = "/usr/tools",
109109
sysroot = "/usr/tools/xcode_14_0/macosx",
110110
target_cpu = "aarch64",
111-
target_full_name = "aarch64-apple-macosx10.9",
111+
target_full_name = "aarch64-apple-macosx10.15",
112112
)
113113

114114
cc_toolchain_config(
@@ -125,7 +125,7 @@ cc_toolchain_config(
125125
linker_path = "/usr/tools",
126126
sysroot = "/usr/tools/xcode_14_0/macosx",
127127
target_cpu = "x86_64",
128-
target_full_name = "x86_64-apple-macosx10.9",
128+
target_full_name = "x86_64-apple-macosx10.15",
129129
)
130130

131131
cc_toolchain_config(

0 commit comments

Comments
 (0)