From df47f9aedaafbf463a507f1758996987bb088037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 7 Jan 2025 17:21:52 +0100 Subject: [PATCH] ci: switch e2e to ubuntu-22.04 for now playwright in the current version is not compatible to 24.04 yet, we first need to update that in OctoPrint, but that's something for after 1.11.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76c2e02..f342ef5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: e2e: name: 🧪 E2E tests needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # change back to ubuntu-latest once we drop Python 3.7 & upgrade playwright strategy: matrix: octoprint: ["master", "maintenance"]