Skip to content

Commit f992be7

Browse files
author
AlexD
committed
temporarily removed windows from os matrix
1 parent 5dd3b86 commit f992be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ ubuntu-latest, windows-latest, macos-latest ]
20+
os: [ ubuntu-latest, macos-latest ]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Setup .NET

0 commit comments

Comments
 (0)