Skip to content

Commit 735df58

Browse files
committed
Refines build matrix by removing ARM64 OS and updating Python versions for compatibility
1 parent 26bd08d commit 735df58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
matrix:
4444
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
4545
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
46-
os: [ubuntu-22.04, ubuntu-22.04-arm64]
47-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
46+
os: [ubuntu-22.04]
47+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4848
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
4949
cuda-version: ["12.9.1"]
5050
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.

0 commit comments

Comments
 (0)