callstack / react-native-builder-bob

👷‍♂️ Simple set of CLIs to scaffold and build React Native libraries for different targets
https://callstack.github.io/react-native-builder-bob/
2.78k stars 184 forks source link

chore: use the macOS 13 runner #523

Closed atlj closed 8 months ago

atlj commented 8 months ago

Summary

Currently, macOS 12 has issues with pod installation. It fails due to the glog dependency. This changes the runner version to macOS 13. I've also created a PR for using the macOS 14 runners, however seems like the availability of those machines are low at the moment so the CI takes a long time to run.

https://github.com/callstack/react-native-builder-bob/issues/518 https://github.com/expo/expo/issues/25905

Test plan

We need to make sure macos related runners pass on CI.

atlj commented 8 months ago

Closed this one because macOS 14 runners are better

andy380743909 commented 8 months ago

I guess the root cause of this issue is the version of Xcode not the macOS version. For more details, see https://github.com/facebook/react-native/pull/41058