From 43d8b969dbadfeec53cc6f3734cffd77738bd118 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 17 Sep 2016 12:59:32 +0100 Subject: [PATCH] os/mac: officially support Sierra. We have a GM, a bunch of bottles and CI setup. --- Library/Homebrew/os/mac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 22e7305b98..ad8d474b84 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -29,7 +29,7 @@ module OS def prerelease? # TODO: bump version when new OS is released - version >= "10.12" + version >= "10.13" end def outdated_release?