Skip to content

Commit

Permalink
ci: switch e2e to ubuntu-22.04 for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
foosel committed Jan 7, 2025
1 parent af07c34 commit df47f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit df47f9a

Please sign in to comment.