os/mac/xcode: add Big Sur clang versions.
https://github.com/Homebrew/brew/pull/7806#issuecomment-648154860
This commit is contained in:
parent
d6cc5ff376
commit
8a580ae39e
@ -253,6 +253,7 @@ module OS
|
|||||||
# and our CI systems have been updated.
|
# and our CI systems have been updated.
|
||||||
def latest_clang_version
|
def latest_clang_version
|
||||||
case MacOS.version
|
case MacOS.version
|
||||||
|
when "11.0", "10.16" then "1200.0.22.7"
|
||||||
when "10.15" then "1103.0.32.59"
|
when "10.15" then "1103.0.32.59"
|
||||||
when "10.14" then "1001.0.46.4"
|
when "10.14" then "1001.0.46.4"
|
||||||
when "10.13" then "1000.10.44.2"
|
when "10.13" then "1000.10.44.2"
|
||||||
@ -268,6 +269,7 @@ module OS
|
|||||||
# that macOS version.
|
# that macOS version.
|
||||||
def minimum_version
|
def minimum_version
|
||||||
case MacOS.version
|
case MacOS.version
|
||||||
|
when "11.0", "10.16" then "12.0.0"
|
||||||
when "10.15" then "11.0.0"
|
when "10.15" then "11.0.0"
|
||||||
when "10.14" then "10.0.0"
|
when "10.14" then "10.0.0"
|
||||||
when "10.13" then "9.0.0"
|
when "10.13" then "9.0.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user