ENH: Take into account stdlib_version for determining macOS SDK version in .ci_support/ and cf-ci-setup (original) (raw)

With the introduction of {{ stdlib("c") }} and macosx_deployment_target, we have a new & better way to specify the required macosx deployment target. However, that means if people change to the new way, we need to take that into account when setting up the CI image (i.e. download_osx_sdk.sh in the ci-setup).

Additionally, we should warn about doubly specified deployment targets in cbc.yaml. My suggested proposal is:

Thoughts? @isuruf @mbargull @beckermr