Make unit-test run on 20.04 ubuntu

This commit is contained in:
Aniruddha Kanhere 2022-11-18 15:02:10 +05:30 committed by Paul Bartell
parent 0a2ad87dea
commit 5f7ca3a55f

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs: jobs:
run: run:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Checkout Parent Repository - name: Checkout Parent Repository
uses: actions/checkout@v2 uses: actions/checkout@v2