Skip to content

Commit

Permalink
ci: remove windows for playwright tests (#5747)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Dec 16, 2024
1 parent 492f8b0 commit 0311e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
py: [ 3.9, 3.12, 3.13 ]
os: [ ubuntu-latest, windows-latest, macos-latest, macos-13 ]
os: [ ubuntu-latest, macos-latest, macos-13 ]
exclude:
- py: 3.13
os: macos-13
Expand Down

0 comments on commit 0311e23

Please sign in to comment.