Skip to content

Commit 455a912

Browse files
authored
Enable building wheels on multiple operating systems
1 parent 731f98b commit 455a912

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
# os: [ubuntu-24.04, macos-26, windows-2022]
12-
os: [windows-2022]
11+
os: [ubuntu-24.04, macos-26, windows-2022]
1312

1413
steps:
1514
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)