Skip to content

Commit 70fca1d

Browse files
committed
Github Actions no longer supports older Xcodes and simulators well
1 parent 3b86ef2 commit 70fca1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want to add a feature, please file an [Issue](https://github.com/dfed/swi
88

99
### Backwards compatibility
1010

11-
Respect the minimum deployment target. If you are adding code that uses new APIs, make sure to prevent older clients from crashing or misbehaving. Our CI runs against our minimum deployment targets, so you will not get a green build unless your code is backwards compatible.
11+
Respect the minimum deployment target. If you are adding code that uses new APIs, make sure to prevent older clients from crashing or misbehaving.
1212

1313
### Forwards compatibility
1414

0 commit comments

Comments
 (0)