ci: remove container solution for the linux runner

This will fix the failing release job.

Ubuntu 18.04 is incompatible with checkout action version 4, which
requires glibc 2.28+. This will bump the minimum glibc version required
to use the release versions to 2.31. People requring the older releases
can find them at https://github.com/neovim/neovim-releases.
This commit is contained in:
dundargoc
2023-09-09 10:36:42 +02:00
committed by GitHub
parent 294ded9cf2
commit b7734c4ec8
3 changed files with 8 additions and 24 deletions

View File

@ -27,6 +27,10 @@ ${NVIM_VERSION}
### Linux (x64)
Minimum glibc version to run these releases is 3.31. People requring releases
that work on older glibc versions can find them at
https://github.com/neovim/neovim-releases.
#### AppImage
1. Download **nvim.appimage**
2. Run `chmod u+x nvim.appimage && ./nvim.appimage`