workflows: run CD on Ubuntu 20.04

So we can get newer git-buildpackage
This commit is contained in:
Dawid Dziurla 2020-10-13 23:51:40 +02:00 committed by GitHub
parent dac3978983
commit e0381b5920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ on:
jobs:
cd:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2