Merge pull request #27240 from ankush/ubuntu_ci

ci: switch to latest LTS Ubuntu version
This commit is contained in:
gavin
2021-08-31 18:22:30 +05:30
committed by GitHub
4 changed files with 4 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
@@ -117,7 +117,7 @@ jobs:
name: Coverage Wrap Up
needs: test
container: python:3-slim
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2