Skip to content

Commit

Permalink
ci: pin ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Oct 14, 2024
1 parent 3764060 commit 737ea35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -21,4 +21,4 @@ jobs:
path: |
playwright-report/
test-results/
retention-days: 10
retention-days: 10

0 comments on commit 737ea35

Please sign in to comment.