Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 14, 2025
1 parent 44775f8 commit 1abb0ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
matrix:
include:
- os: ubuntu-latest
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
- os: ubuntu-latest
url: https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz
- os: ubuntu-latest
url: https://github.com/neovim/neovim/releases/download/v0.9.2/nvim-linux64.tar.gz


steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1abb0ae

Please sign in to comment.