Skip to content

Commit f0d2d27

Browse files
committed
skip windows for now.
1 parent 1bde85f commit f0d2d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: ["windows-latest", "ubuntu-22.04", "macOS-latest"]
13+
os: ["ubuntu-22.04", "macOS-latest"]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)