Skip to content

Commit

Permalink
fix: downgrade ubuntu for running e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Malyhin committed Oct 15, 2024
1 parent b154b11 commit bae0783
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 @@ -231,7 +231,7 @@ jobs:

e2e_tests:
name: Run E2E tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bae0783

Please sign in to comment.