From e419c65fb40eebceef743bfc14e6c6b8ba6ab254 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 19 May 2023 21:56:44 +0200 Subject: [PATCH] Use `ubuntu-latest` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 744cc957c6c..492d38ff045 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: symfony-code-block-checker: name: Code Blocks - runs-on: Ubuntu-20.04 + runs-on: ubuntu-latest continue-on-error: true steps: - name: Checkout code