Skip to content

Commit

Permalink
Upgrade minimum version of macOS support to macOS 10.15 (Catalina).
Browse files Browse the repository at this point in the history
See prior art:
aa3b976

OSS foundational support matrix suggests that the minimum supported macOS
version has been moved up to macOS 11 (Big Sur).
See: https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md

#test-continuous

PiperOrigin-RevId: 687364677
  • Loading branch information
tonyliaoss authored and copybara-github committed Oct 18, 2024
1 parent 4d2add3 commit 67fca5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/toolchains.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:linux-s390_64 --config=cross_config --cpu=linux-s390_64
build:linux-x86_32 --config=cross_config --cpu=linux-x86_32
build:linux-i386 --config=cross_config --cpu=linux-x86_32
build:linux-x86_64 --config=cross_config --cpu=linux-x86_64
build:osx-aarch_64 --config=cross_config --action_env=MACOSX_DEPLOYMENT_TARGET=10.9 --cpu=osx-aarch_64
build:osx-x86_64 --config=cross_config --action_env=MACOSX_DEPLOYMENT_TARGET=10.9 --cpu=osx-x86_64
build:osx-aarch_64 --config=cross_config --action_env=MACOSX_DEPLOYMENT_TARGET=10.15 --cpu=osx-aarch_64
build:osx-x86_64 --config=cross_config --action_env=MACOSX_DEPLOYMENT_TARGET=10.15 --cpu=osx-x86_64
build:win32 --config=cross_config --cpu=win32
build:win64 --config=cross_config --cpu=win64

0 comments on commit 67fca5c

Please sign in to comment.