From 15346ed115f5ed044b152c2af05f44f91614fc99 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Wed, 15 Mar 2023 22:04:56 +0100 Subject: [PATCH] fix director-v0 testr --- .github/workflows/ci-testing-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 8a04938ec81a..93ce339bd3b9 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -671,8 +671,9 @@ jobs: strategy: matrix: # KEEP 3.6 Development of this service is frozen + # KEEP ubuntu 20.04, else no python 3.6 python: [3.6] - os: [ubuntu-22.04] + os: [ubuntu-20.04] docker_buildx: [v0.10.2] docker_compose: [1.29.1] include: