Drop support for pre-macOS 11 SDKs

As they can't built arm64 binaries. All of our master-based builds are
now running on macOS 11 buildbots.

Bug: 203607969
Change-Id: I24c34a8365a399fbe43629ab5a22a1d53e3429b3
This commit is contained in:
Dan Willemsen
2021-11-01 16:03:44 -07:00
parent 8528f4ec5e
commit 1332eda6e0

View File

@@ -53,9 +53,6 @@ var (
}
darwinSupportedSdkVersions = []string{
"10.13",
"10.14",
"10.15",
"11",
}