Skip to content

Commit

Permalink
Exclude windows from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Oct 16, 2023
1 parent 2cecabf commit c973129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
rust: ["stable", "nightly"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
rust: ["stable", "nightly"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c973129

Please sign in to comment.