From 6051015ac50cd3ce073d2a2753f2521c2932d754 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Tue, 23 Jun 2020 13:30:28 -0700 Subject: [PATCH] OS::Mac::Version: Change 11.00 to 11.0 --- Library/Homebrew/os/mac/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/os/mac/version.rb b/Library/Homebrew/os/mac/version.rb index dd52ffe1c3..23bf6b178c 100644 --- a/Library/Homebrew/os/mac/version.rb +++ b/Library/Homebrew/os/mac/version.rb @@ -7,7 +7,7 @@ module OS module Mac class Version < ::Version SYMBOLS = { - big_sur: Hardware::CPU.arm? ? "11.00" : "10.16", + big_sur: Hardware::CPU.arm? ? "11.0" : "10.16", catalina: "10.15", mojave: "10.14", high_sierra: "10.13",