lichess-org/fishnet

GitHub Actions: macos-aarch64 build fails

amotmot opened this issue · 2 comments

GitHub Actions build for MacOS Big Sur fails ...
No runner matching the specified labels was found: macos-11.0

Build error observed here ...
https://github.com/gbedoya/fishnet/actions/runs/923004435

Per documentation[1] of GitHub Actions virtual environments ...

Virtual environment YAML workflow label
macOS Big Sur 11 macos-11

Note: The macOS 11 virtual environment is currently provided as a private preview only.

In other words, changing the target to correct macos-11 won't fix this issue as Big Sur virtual environment is private preview only.

Should Big Sur build be removed? Moved to another branch? Or ...

[1] https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

All repositories that were using it prior to that decision were grandfathered in. So it's working in this repository, but not in your fork.

Looks like this applies also to pull request builds, so feel free to make pull requests to test stuff, if you like.