Skip to content

Commit 9b36fdf

Browse files
committed
QL: disable windows CI
1 parent 46789ae commit 9b36fdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest, macos-latest]
18+
#os: [ubuntu-latest, macos-latest, windows-latest]
1819

1920
runs-on: ${{ matrix.os }}
2021

0 commit comments

Comments
 (0)