Skip to content

Commit cbe41d9

Browse files
committed
re-enable build for all platforms
1 parent add4fe4 commit cbe41d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest] #, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
11+
os:
12+
[ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
1213

1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)