Skip to content

Commit

Permalink
👷 Force e2e tests on older Ubuntu version
Browse files Browse the repository at this point in the history
Playwright tries to install libraries/dependencies that can't be found
on 24.04.
  • Loading branch information
sergei-maertens committed Jan 13, 2025
1 parent e59012c commit dd8e16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: ./.github/actions/report-flaky

e2etests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dd8e16f

Please sign in to comment.