Skip to content

Commit

Permalink
Bump nvim version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgranstrom committed Sep 13, 2024
1 parent 3a7e6cb commit 47fb2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
include:
- os: ubuntu-latest
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-linux64.tar.gz
- os: macos-latest
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-macos.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-macos.tar.gz
steps:
- uses: actions/checkout@v3
- name: Prepare
Expand Down

0 comments on commit 47fb2ab

Please sign in to comment.