Skip to content

Commit 1d04c44

Browse files
committed
Remove the windows CI.
1 parent cf29406 commit 1d04c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-2019, macOS-latest]
11+
os: [ubuntu-latest, macOS-latest]
1212
rust: [stable, nightly]
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)