Skip to content

Commit

Permalink
build(test): rm windows
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 20, 2023
1 parent 6185ab9 commit c60c7b9
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 @@ -19,7 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu", "macos", "windows"]
# os: ["ubuntu", "macos", "windows"]
os: ["ubuntu", "macos"]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit c60c7b9

Please sign in to comment.