Skip to content

Commit 86e5d04

Browse files
committed
Temp disable some os in build
1 parent 5650984 commit 86e5d04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

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

1513
steps:
1614
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)