Skip to content

Commit a200b67

Browse files
authored
ci: use new neovim stable archive name on macos (#85)
1 parent bafc4e9 commit a200b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
2121
- os: macos-14
2222
neovim: stable
23-
url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz
23+
url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos-arm64.tar.gz
2424
- os: macos-14
2525
neovim: nightly
2626
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz

0 commit comments

Comments
 (0)