Ubuntu 22.04 VMs hosted by Github cannot find the LXD package.
Revert back to Ubuntu 20.04 for the Dist Check and the v1
Functional Test jobs until Github gets this sorted out.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
distcheckv1:
name: Cgroup v1 Dist Check
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- name: Install container dependencies
functionaltestsv1:
name: Cgroup v1 Functional Tests
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- name: Install container dependencies