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.
This commit is contained in:
James McCoy 2022-05-28 13:41:48 -04:00
parent f914b4e7a8
commit a3df012845
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
scan:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@ -5,7 +5,7 @@ on:
jobs:
update-vim-patches:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write