os/mac/xcode: fix Clang version for Xcode 14.3
The one shown on the Wikipedia [^1] seems to be wrong. I can confirm the actual version locally. [^1]: https://en.wikipedia.org/wiki/Xcode#Xcode_11.0_-_14.x_(since_SwiftUI_framework)_2
This commit is contained in:
parent
448bf1a49c
commit
f5d414e365
@ -345,7 +345,7 @@ module OS
|
||||
sig { returns(String) }
|
||||
def latest_clang_version
|
||||
case MacOS.version
|
||||
when "13" then "1403.0.22.14.2"
|
||||
when "13" then "1403.0.22.14.1"
|
||||
when "12" then "1400.0.29.202"
|
||||
when "11" then "1300.0.29.30"
|
||||
when "10.15" then "1200.0.32.29"
|
||||
|
Loading…
x
Reference in New Issue
Block a user