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:
@@ -53,9 +53,6 @@ var (
|
|||||||
}
|
}
|
||||||
|
|
||||||
darwinSupportedSdkVersions = []string{
|
darwinSupportedSdkVersions = []string{
|
||||||
"10.13",
|
|
||||||
"10.14",
|
|
||||||
"10.15",
|
|
||||||
"11",
|
"11",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user