Closed Akuli closed 2 years ago
Currently the GitHub actions config uses macos-10.15. It is deprecated, and will be removed soon-ish: https://github.com/actions/runner-images/issues/5583
Presumably we should switch to macos-11. I'll make a pull request, and we'll see if the build breaks.
Actually, I'd prefer to not make a pull request until #6 is merged, because it would cause a merge conflict.
Fixed in 797cfac34ccfe024a3a7be9074cf5d1b63dd630c
Currently the GitHub actions config uses macos-10.15. It is deprecated, and will be removed soon-ish: https://github.com/actions/runner-images/issues/5583
Presumably we should switch to macos-11. I'll make a pull request, and we'll see if the build breaks.