Skip to content

Commit a47d5f4

Browse files
committed
enable windows CI
1 parent db9c760 commit a47d5f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
zig-version: ["0.14.0"]
18-
os:
19-
- ubuntu-latest
20-
- macos-latest
21-
# - windows-latest # Does not pass tests
18+
os: [ubuntu-latest, macos-latest, windows-latest]
19+
2220
runs-on: ${{ matrix.os }}
2321
steps:
2422
- name: Checkout

0 commit comments

Comments
 (0)