File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
{ python-version: '3.12', neovim-version: 'stable' },
34
34
{ python-version: '3.11' },
35
35
{ 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 )
37
37
{ python-version: '3.9', ubuntu: '20.04', macos: '13' },
38
38
{ python-version: '3.8', ubuntu: '20.04', macos: '13' },
39
39
{ python-version: '3.7', ubuntu: '20.04', macos: '13' },
76
76
- name : install neovim (Windows)
77
77
if : runner.os == 'Windows'
78
78
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"
80
80
unzip nvim-win64.zip
81
81
nvim-win64/bin/nvim --version
82
82
You can’t perform that action at this time.
0 commit comments