Merge pull request #15202 from ZhongRuoyu/xcode-latest_clang_version

os/mac/xcode: fix Clang version for Xcode 14.3
This commit is contained in:
Bo Anderson 2023-04-11 15:46:36 +01:00 committed by GitHub
commit f9e88a864e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"