Skip to content

Commit 28018e6

Browse files
committed
Include windows in actions.
1 parent 29f5fb4 commit 28018e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
max-parallel: 4
88
matrix: # macos-13 in Intel, macos-14 is Apple Silicon ARM
9-
os: [macos-13, macos-14, ubuntu-latest] # , windows-latest] # TODO: Fix Windows and readd it
9+
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)