diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fb9c223..1547837a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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