ci: use macos 11 in virtual environment
authorNiklas Cassel <niklas.cassel@wdc.com>
Tue, 14 Dec 2021 11:18:04 +0000 (11:18 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Dec 2021 13:47:13 +0000 (06:47 -0700)
commitd685f07ecb0f2ff64e475fe0ddf86e69b295fbf6
tree595b88894fb1886dfd096a78aed7f86d370b3ef9
parentcea3243fb3bb44d541c2b3fb82ee45eb669b6fe6
ci: use macos 11 in virtual environment

GitHub Actions was recently enabled in commit ce1b5612ce99 ("ci: add CI
via GitHub Actions").

The commit has a AuthorDate of 2020.

The commit mentions that it uses macOS 10.15 rather than 11.0 because
11.0 is only private preview.

This was true in 2020, but looking at:
https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners

macos-11 is no longer marked as private preview, so let's use it in the
virtual environment.

Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Link: https://lore.kernel.org/r/20211214111756.52968-2-Niklas.Cassel@wdc.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
.github/workflows/ci.yml