Merge pull request #18786 from jamessan/latest-ci

ci: use ubuntu-latest for vim-patches and coverity-scan
This commit is contained in:
James McCoy
2022-05-28 14:43:47 -04:00
committed by GitHub
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