Commits


Edward Chen authored and GitHub committed 1261d0b8ba5
Fix some build issues on MacOS with Xcode 14.3. (#15878) - Fix flatbuffers flatc warning, unused-but-set-variable. - Address `-Wshorten-64-to-32` warnings (fix in our code, allow in dependencies' code). - Update CI builds to use Xcode 14.3. - Update minimum iOS version to 12.0. - Update Mac hosted agents to MacOS 13 where possible.