xcode: update for Xcode 12.2
This commit is contained in:
parent
8cffae872e
commit
49d2c25e2a
@ -17,9 +17,9 @@ module OS
|
||||
# CI systems have been updated.
|
||||
# This may be a beta version for a beta macOS.
|
||||
def latest_version
|
||||
latest_stable = "12.1"
|
||||
latest_stable = "12.2"
|
||||
case MacOS.version
|
||||
when "11.0" then "12.1"
|
||||
when "11.0" then "12.2"
|
||||
when "10.15" then latest_stable
|
||||
when "10.14" then "11.3.1"
|
||||
when "10.13" then "10.1"
|
||||
@ -264,8 +264,8 @@ module OS
|
||||
# and our CI systems have been updated.
|
||||
def latest_clang_version
|
||||
case MacOS.version
|
||||
when "11.0" then "1200.0.32.21"
|
||||
when "10.15" then "1200.0.32.21"
|
||||
when "11.0" then "1200.0.32.27"
|
||||
when "10.15" then "1200.0.32.27"
|
||||
when "10.14" then "1100.0.33.17"
|
||||
when "10.13" then "1000.10.44.2"
|
||||
when "10.12" then "900.0.39.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user