google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

ci: fix kotlin tests on macos-latest #8314

Closed vaind closed 1 month ago

vaind commented 1 month ago

Tests broke because of an update to xcode 15. searching for the error indicates we should update kotlin to 1.9.10 and it works for me locally.

mustiikhalil commented 1 month ago

I think this is a duplicate of this PR https://github.com/google/flatbuffers/pull/8307