From 2abfca7abcb71c25e7b44ee6dac66bcd2fef3b78 Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Thu, 27 Aug 2026 05:21:42 +0200 Subject: [PATCH] [skip ci] Stop unschedulable Windows Actions jobs --- .gitea/workflows/quality.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/quality.yml b/.gitea/workflows/quality.yml index 56e5f4b..7ce6586 100644 --- a/.gitea/workflows/quality.yml +++ b/.gitea/workflows/quality.yml @@ -17,7 +17,8 @@ jobs: extra_args: --only-verified quality: - runs-on: windows-latest + # Node, Playwright and the browser gate are supported by the shared Linux pool. + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4