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 8b87688 commit 12bd6d0Copy full SHA for 12bd6d0
.github/workflows/test.yaml
@@ -14,10 +14,10 @@ jobs:
14
include:
15
- os: ubuntu-latest
16
neovim: stable
17
- url: https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.tar.gz
18
19
neovim: nightly
20
- url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
21
- os: macos-14
22
23
url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos-arm64.tar.gz
0 commit comments