From fa03f375a41d39199802efa776cf7768c0eb3651 Mon Sep 17 00:00:00 2001 From: Bu5hm4nn Date: Wed, 8 Apr 2026 16:25:10 +0200 Subject: [PATCH] ci: use noble playwright image on Gitea --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bd95c34..342c962 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: test: runs-on: [linux, docker] container: - image: mcr.microsoft.com/playwright:v1.58.0-jammy + image: mcr.microsoft.com/playwright:v1.58.0-noble steps: - uses: actions/checkout@v4 - name: Set up Python