From 20565ae9d77ab9374d9fbab98cdaeba875d05370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Sun, 7 Jun 2026 19:49:13 +0200 Subject: [PATCH] [TASK] DPL-158: Fix invalid v12 github action This change adds the missing `runs-on: ubuntu-latest` in the disabled TYPO3 v12 workflow to mitigate invalid yaml file syntax. --- .github/workflows/testcore12.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testcore12.yml b/.github/workflows/testcore12.yml index a07822f..a87e093 100644 --- a/.github/workflows/testcore12.yml +++ b/.github/workflows/testcore12.yml @@ -6,6 +6,7 @@ on: jobs: dummy: name: "dummy v12 (disabled on main) to allow creation of badges for other branches" + runs-on: ubuntu-latest steps: - name: "Checkout" uses: actions/checkout@v6