Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1332eda6 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

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
parent 8528f4ec
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -53,9 +53,6 @@ var (
	}

	darwinSupportedSdkVersions = []string{
		"10.13",
		"10.14",
		"10.15",
		"11",
	}