dvidelabs / flatcc

FlatBuffers Compiler and Library in C for C
Apache License 2.0
646 stars 182 forks source link

Replace `macos-11` runner in CI since it's deprecated #282

Closed bjosv closed 4 months ago

bjosv commented 4 months ago

The macOS 11 runner image will soon be removed (2024-06-24) according to github.blog, so lets replace macos-11 with macos-12. The gcc versions used in the CI job macos-gcc are also lifted since gcc-9 wont run on macos-12 (due to macosx-version-min).

This PR also adds the latest release of clang to CI.

A weekly run: https://github.com/Nordix/flatcc/actions/runs/9172372095

mikkelfj commented 4 months ago

Looks good thanks, and thanks for looking after dependabot!