Skip to content

Commit f2b3b99

Browse files
committed
Only windws
1 parent 5015b88 commit f2b3b99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-latest, macos-latest, windows-latest]
23+
os:
24+
#- ubuntu-latest
25+
#- macos-latest
26+
- windows-latest
2427
configuration: [Debug, Release]
2528

2629
steps:

0 commit comments

Comments
 (0)