Skip to content

Commit

Permalink
remove: windows from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
just-hms committed Oct 10, 2024
1 parent ffa3319 commit 9deceaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 9deceaa

Please sign in to comment.