macOS: Big Sur reports as either 10.16 or 11.0 (#19900)

This commit is contained in:
Adam J. Stewart 2020-11-15 11:54:39 -06:00 committed by GitHub
parent b218991283
commit 3536433c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ def __init__(self):
'10.13': 'highsierra', '10.13': 'highsierra',
'10.14': 'mojave', '10.14': 'mojave',
'10.15': 'catalina', '10.15': 'catalina',
'10.16': 'bigsur',
'11.0': 'bigsur', '11.0': 'bigsur',
} }