Skip to content

Commit b245edb

Browse files
committed
update
1 parent 93563a5 commit b245edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/building.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-22.04, macos-14, windows-2022, ubuntu-22.04-arm]
18+
# os: [ubuntu-22.04, macos-14, windows-2022, ubuntu-22.04-arm]
19+
os: [windows-2022]
1920
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2021
torch-version: [2.8.0]
2122
cuda-version: ['cpu', 'cu118', 'cu124', 'cu126', 'cu128', 'cu129']

0 commit comments

Comments
 (0)