Merge pull request #11504 from shaunsingh/master

Add macOS 12 (Monterey) support
This commit is contained in:
Mike McQuaid 2021-06-08 13:33:51 +01:00 committed by GitHub
commit 7ad59477a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ module OS
extend T::Sig extend T::Sig
SYMBOLS = { SYMBOLS = {
monterey: "12",
big_sur: "11", big_sur: "11",
catalina: "10.15", catalina: "10.15",
mojave: "10.14", mojave: "10.14",