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:
24
24
url : https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-linux64.tar.gz
25
25
manager : sudo apt-get
26
26
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
35
39
steps :
36
40
- uses : actions/checkout@v2
37
41
You can’t perform that action at this time.
0 commit comments