We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafc4e9 commit a200b67Copy full SHA for a200b67
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
21
- os: macos-14
22
neovim: stable
23
- url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos-arm64.tar.gz
24
25
neovim: nightly
26
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
0 commit comments