Skip to content

Commit 5650984

Browse files
committed
Temp disable some os in build
1 parent 143db86 commit 5650984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

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

1315
steps:
1416
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)