From 5209ad19835115bfe37d87663d0246d69911c8e1 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sat, 2 Dec 2023 13:10:02 +0100 Subject: [PATCH] fix(ci/cluster-faces-test): Use ubuntu 20.04 Signed-off-by: Marcel Klehr --- .github/workflows/cluster-faces-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cluster-faces-test.yml b/.github/workflows/cluster-faces-test.yml index 89bf4828..19ddd567 100644 --- a/.github/workflows/cluster-faces-test.yml +++ b/.github/workflows/cluster-faces-test.yml @@ -17,7 +17,7 @@ env: jobs: php: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: # do not stop on another job's failure