From 07f6b95851eaf0c43184863a4a028df7e59d541f Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 4 Aug 2022 13:08:05 +0200 Subject: [PATCH] Update .github/workflows/cypress.yml Co-authored-by: Florian Forster --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 613d46ab59..65a730b56d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Checkout Repository uses: actions/checkout@v2