File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,18 @@ jobs:
2424 url : https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-linux64.tar.gz
2525 manager : sudo apt-get
2626 packages : -y fd-find esl-erlang elixir
27- # - os: macos-11
28- # url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
29- # manager: brew
30- # packages: fd elixir
31- # - os: macos-11
32- # url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-macos.tar.gz
33- # manager: brew
34- # packages: fd elixir
27+ - os : macos-12
28+ url : https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
29+ manager : brew
30+ packages : fd elixir
31+ - os : macos-12
32+ url : https://github.com/neovim/neovim/releases/download/v0.9.1/nvim-macos.tar.gz
33+ manager : brew
34+ packages : fd elixir
35+ - os : macos-12
36+ url : https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-macos.tar.gz
37+ manager : brew
38+ packages : fd elixir
3539 steps :
3640 - uses : actions/checkout@v2
3741
You can’t perform that action at this time.
0 commit comments