mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* Update build.yml to ubuntu-24.04 Apparently g++-13 was removed from the ubuntu-22.04 runners. We also don't have enterprise runners at 24.04 yet, so just use the free ones for now until we get support for those. CI builds might take longer now. * Update build.yml Downgrade to g++12 and revert change to using normal runners * Update build.yml Go back to ubuntu-24.04 and update both gcc and clang to their latest versions according to [this](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md?plain=1#L16-L20). * Update build.yml Go back to g++13 for now, as we get some exotic warning in g++14 for newer C++ standards. * Update build.yml Fix the other issues with `macos-latest` going to arm: https://github.com/actions/runner-images/tree/main?tab=readme-ov-file#available-images and that Swift wasn't installed in the ubuntu-24.04 by default. * Update build.yml Disable Kotlin MacOs CI