Merge pull request #7810 from sjackman/big-sur

OS::Mac::Version: Change 11.00 to 11.0
This commit is contained in:
Mike McQuaid 2020-06-24 08:59:25 +01:00 committed by GitHub
commit 85425691c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ module OS
module Mac module Mac
class Version < ::Version class Version < ::Version
SYMBOLS = { SYMBOLS = {
big_sur: Hardware::CPU.arm? ? "11.00" : "10.16", big_sur: Hardware::CPU.arm? ? "11.0" : "10.16",
catalina: "10.15", catalina: "10.15",
mojave: "10.14", mojave: "10.14",
high_sierra: "10.13", high_sierra: "10.13",