google / flatbuffers

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

ci: fix x86_64 macos build #8316

Closed vaind closed 1 month ago

vaind commented 1 month ago

Because of some runner update, the xcodebuild now defaults to arm64 when not specified.

This PR fixes that by specifying the desired architecture. Although, I'd suggest removing the intel build altoghether - there's a universal build that works on both architectures. WDYT?

mustiikhalil commented 1 month ago

This is a PR that should fix the macOS Ci issues here on github actions and buildkite, https://github.com/google/flatbuffers/pull/8304

dbaileychess commented 1 month ago

Fixing elsewhere, but thanks!