Skip to content

Commit a24eaf7

Browse files
committed
enable mac & windows again
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 8d57ab1 commit a24eaf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
needs: build-python
7373
strategy:
7474
matrix:
75-
# os: [ ubuntu-latest, macos-latest, windows-latest ]
76-
os: [ubuntu-latest]
75+
os: [ ubuntu-latest, macos-latest, windows-latest ]
7776
python: ["3.11", "3.12", "3.13"]
7877
fail-fast: false
7978
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)