ci: update docs_ci.yml, gen_vc.yml and module_docs.yml to use more modern runners

pull/10866/head
Delyan Angelov 2021-07-19 13:19:03 +03:00
parent cf82bd3407
commit b10be83c7e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on: [push, pull_request]
jobs:
check-markdown:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v2

View File

@ -9,7 +9,7 @@ on:
jobs:
build-vc:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build V

View File

@ -8,7 +8,7 @@ on:
jobs:
build-module-docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build V