Skip to content

Commit

Permalink
ci(test): do not test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tduigou committed Oct 16, 2023
1 parent b897bd4 commit 2b61f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu", "macos", "windows"]
os: ["ubuntu", "macos"]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 2b61f10

Please sign in to comment.