apollographql / router

A configurable, high-performance routing runtime for Apollo Federation 🚀
https://www.apollographql.com/docs/router/
Other
800 stars 268 forks source link

Update Xcode to 15.1.0 or above #5471

Open IvanGoncharov opened 3 months ago

IvanGoncharov commented 3 months ago

CI tests are crashing on MacOS because of https://github.com/rust-lang/rust/issues/104388 It will be properly fixed if we update to Xcode 15.1.0 but it will require to bump minimal MacOS version. So instead, the workaround was made in https://github.com/apollographql/router/pull/5462 This workaround should be removed after we update Xcode to 15.1.0 or above.

BrynCooke commented 3 months ago

Let's add OS version to orbiter?