neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a3df012845cadf7a01d92171c2829ef7ca5135d7
parent f914b4e7a864bb67c26765c02d6ab10346d2135a
Author: James McCoy <jamessan@jamessan.com>
Date:   Sat, 28 May 2022 13:41:48 -0400

ci: use ubuntu-latest for vim-patches and coverity-scan

Since we're not running tests or other things that are more sensitive to
changes in the VM environment, use ubuntu-latest to avoid the busy work
of updating the VM image.

Diffstat:
M.github/workflows/coverity-scan.yml | 2+-
M.github/workflows/vim-patches.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml @@ -6,7 +6,7 @@ on: jobs: scan: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/vim-patches.yml b/.github/workflows/vim-patches.yml @@ -5,7 +5,7 @@ on: jobs: update-vim-patches: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: write pull-requests: write