macOS: add monterey as macOS version 12. (#24192)

This commit is contained in:
Todd Gamblin 2021-06-08 03:07:34 -07:00 committed by GitHub
parent 11fd88ee3c
commit beed6047e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ def __init__(self):
'10.15': 'catalina', '10.15': 'catalina',
'10.16': 'bigsur', '10.16': 'bigsur',
'11': 'bigsur', '11': 'bigsur',
'12': 'monterey',
} }
# Big Sur versions go 11.0, 11.0.1, 11.1 (vs. prior versions that # Big Sur versions go 11.0, 11.0.1, 11.1 (vs. prior versions that