Skip to content

Commit 2c6ee7f

Browse files
committed
ci: fixup to #586, neovim-stable on windows
1 parent 65c0802 commit 2c6ee7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
{ python-version: '3.12', neovim-version: 'stable' },
3434
{ python-version: '3.11' },
3535
{ python-version: '3.10' },
36-
# for python 3.7~3.9, use older version of OS (ubuntu-20.04 and macos-12)
36+
# for python 3.7~3.9, use older version of OS (ubuntu-20.04 and macos-13)
3737
{ python-version: '3.9', ubuntu: '20.04', macos: '13' },
3838
{ python-version: '3.8', ubuntu: '20.04', macos: '13' },
3939
{ python-version: '3.7', ubuntu: '20.04', macos: '13' },
@@ -76,7 +76,7 @@ jobs:
7676
- name: install neovim (Windows)
7777
if: runner.os == 'Windows'
7878
run: |
79-
curl -LO "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip"
79+
curl -LO "https://github.com/neovim/neovim/releases/download/${{ matrix.config.neovim-version || 'nightly' }}/nvim-win64.zip"
8080
unzip nvim-win64.zip
8181
nvim-win64/bin/nvim --version
8282

0 commit comments

Comments
 (0)