neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e8c94697bcbe23a5c7b07c292b90a6b70aadfa87
parent d15a66d80336ff3f6c69a0eff4c17c83a84d44c9
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Mon, 18 Jul 2022 18:39:41 +0200

ci: test only a single macos version (#19418)

The differences in MacOS releases are smaller since they're now upgraded
yearly, meaning the need to test each version is reduced.
Diffstat:
M.github/workflows/ci.yml | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -161,10 +161,7 @@ jobs: runner: ubuntu-20.04 os: linux - cc: clang - runner: macos-10.15 - os: osx - - cc: clang - runner: macos-11.0 + runner: macos-11 os: osx # functionaltest-lua is our dumping ground for non-mainline configurations.