From: Tom Hromatka Date: Fri, 27 Jan 2023 20:48:49 +0000 (-0700) Subject: github: Roll back distcheck and v1 functests to Ubuntu 20.04 X-Git-Tag: v3.1.0~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b83b7f200ee1b110c526e17c15ecd954e1e363f;p=thirdparty%2Flibcgroup.git github: Roll back distcheck and v1 functests to Ubuntu 20.04 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 Reviewed-by: Kamalesh Babulal --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1db63735..4aa82504 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -121,7 +121,7 @@ jobs: distcheckv1: name: Cgroup v1 Dist Check - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Install container dependencies @@ -143,7 +143,7 @@ jobs: functionaltestsv1: name: Cgroup v1 Functional Tests - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Install container dependencies