Skip to content

Commit

Permalink
fix(playwright): bring ubuntu version to 22 to avoid installation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 20, 2024
1 parent 20936bb commit 403c763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-or-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
# one run
one_run:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
Expand Down

0 comments on commit 403c763

Please sign in to comment.