Skip to content

Commit

Permalink
ci: fixup to #586, neovim-stable on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Jan 7, 2025
1 parent 65c0802 commit 2c6ee7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
{ python-version: '3.12', neovim-version: 'stable' },
{ python-version: '3.11' },
{ python-version: '3.10' },
# for python 3.7~3.9, use older version of OS (ubuntu-20.04 and macos-12)
# for python 3.7~3.9, use older version of OS (ubuntu-20.04 and macos-13)
{ python-version: '3.9', ubuntu: '20.04', macos: '13' },
{ python-version: '3.8', ubuntu: '20.04', macos: '13' },
{ python-version: '3.7', ubuntu: '20.04', macos: '13' },
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: install neovim (Windows)
if: runner.os == 'Windows'
run: |
curl -LO "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip"
curl -LO "https://github.com/neovim/neovim/releases/download/${{ matrix.config.neovim-version || 'nightly' }}/nvim-win64.zip"
unzip nvim-win64.zip
nvim-win64/bin/nvim --version
Expand Down

0 comments on commit 2c6ee7f

Please sign in to comment.