Skip to content

Commit 84a4987

Browse files
committed
Fix GitHub CI workflow
1 parent 0312867 commit 84a4987

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- os: ubuntu-20.04
25-
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
26-
- os: ubuntu-20.04
27-
url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz
24+
- os: ubuntu-latest
25+
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
26+
- os: ubuntu-latest
27+
url: https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux-x86_64.tar.gz
2828
steps:
2929
- uses: actions/checkout@v2
3030
- run: date +%F > todays-date
3131
- name: Restore from todays cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: _neovim
3535
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}

0 commit comments

Comments
 (0)