Skip to content

Commit

Permalink
Update minimum macOS to 10.15.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zhangskz authored and Copybara-Service committed Jan 24, 2024
1 parent 17729cc commit aa3b976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/BUILD.bazel
Expand Up @@ -108,7 +108,7 @@ cc_toolchain_config(
linker_path = "/usr/tools",
sysroot = "/usr/tools/xcode_14_0/macosx",
target_cpu = "aarch64",
target_full_name = "aarch64-apple-macosx10.9",
target_full_name = "aarch64-apple-macosx10.15",
)

cc_toolchain_config(
Expand All @@ -125,7 +125,7 @@ cc_toolchain_config(
linker_path = "/usr/tools",
sysroot = "/usr/tools/xcode_14_0/macosx",
target_cpu = "x86_64",
target_full_name = "x86_64-apple-macosx10.9",
target_full_name = "x86_64-apple-macosx10.15",
)

cc_toolchain_config(
Expand Down

0 comments on commit aa3b976

Please sign in to comment.