os/mac/xcode: bump minimum CLT version to 12.5

This commit is contained in:
Bo Anderson 2021-03-03 04:01:27 +00:00
parent dae1d89780
commit 49f789d492
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -336,7 +336,7 @@ module OS
def minimum_version def minimum_version
case MacOS.version case MacOS.version
when "12" then "13.0.0" when "12" then "13.0.0"
when "11" then "12.0.0" when "11" then "12.5.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"