Skip to content

Commit fb552ea

Browse files
authored
ci: run on macOS 12 (#106)
1 parent 50dcc4e commit fb552ea

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)