We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af07c34 commit df47f9aCopy full SHA for df47f9a
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
e2e:
48
name: 🧪 E2E tests
49
needs: build
50
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # change back to ubuntu-latest once we drop Python 3.7 & upgrade playwright
51
strategy:
52
matrix:
53
octoprint: ["master", "maintenance"]
0 commit comments