File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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' },
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
You can’t perform that action at this time.
0 commit comments