catalyst
catalyst copied to clipboard
Attempt to build cache using osx target version 12. Added osx target version as cache key
Context: Change the OSX Deployment version to 12, for more backwards compatibility.
Description of the Change: This PR updates the OSX Deployment target version to a lower value than 14. This is to address compatibility concerns.
Furthermore, the target osx version was added to the cache key for arm. As we want to not use older cache if this target version is updated again.
Benefits:
Possible Drawbacks:
Related GitHub Issues: None. Shortcut: sc-59543.
I think this might be relevant? https://forums.developer.apple.com/forums/thread/739342
Is there a way to verify that the deployment target variable is used correctly?
@rashidnhm I'm guessing this approach is abandoned (feel free to reopen if not)