-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update maccatalyst 13.0 target minimum to 13.1 #39781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
'iosmac': 'x86_64-apple-ios13.0-macabi', | ||
'iosmac': 'x86_64-apple-ios13.1-macabi', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this seem reasonable @nkcsgexi?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it does. Thank you for the fix!
Clang enforces a minimum 13.1 deployment target. The driver, API checker, and various tests assume 13.0 is a valid minimum. Update these to reflect the actual 13.1 minimum. Resolves rdar://84177900
2da443a
to
f4ab22e
Compare
@swift-ci please test |
Corresponding updates in the swift-driver: swiftlang/swift-driver#879 |
@swift-ci please test Windows platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Clang enforces a minimum 13.1 deployment target. The driver, API
checker, and various tests assume 13.0 is a valid minimum. Update these
to reflect the actual 13.1 minimum.
Resolves rdar://84177900