os/mac/xcode: add Big Sur clang versions.

https://github.com/Homebrew/brew/pull/7806#issuecomment-648154860
This commit is contained in:
Mike McQuaid 2020-06-23 15:54:46 +01:00
parent d6cc5ff376
commit 8a580ae39e
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -253,6 +253,7 @@ module OS
# and our CI systems have been updated.
def latest_clang_version
case MacOS.version
when "11.0", "10.16" then "1200.0.22.7"
when "10.15" then "1103.0.32.59"
when "10.14" then "1001.0.46.4"
when "10.13" then "1000.10.44.2"
@ -268,6 +269,7 @@ module OS
# that macOS version.
def minimum_version
case MacOS.version
when "11.0", "10.16" then "12.0.0"
when "10.15" then "11.0.0"
when "10.14" then "10.0.0"
when "10.13" then "9.0.0"