novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

GHA - MacOS runners need upgrading #602

Closed capnkenny closed 2 months ago

capnkenny commented 2 months ago

Describe the issue: The macOS 11 runners for GitHub Actions are deprecated and no longer run, causing daily build failures.

Expected behaviour: The macOS runners for building NovelRT should probably use macOS-latest to avoid deprecation issues, or at least target the latest commonly available version of macOS.

Additional context: https://github.com/actions/runner-images/issues/9255