Skip to content

Commit df47f9a

Browse files
committed
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
1 parent af07c34 commit df47f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
e2e:
4848
name: 🧪 E2E tests
4949
needs: build
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-22.04 # change back to ubuntu-latest once we drop Python 3.7 & upgrade playwright
5151
strategy:
5252
matrix:
5353
octoprint: ["master", "maintenance"]

0 commit comments

Comments
 (0)