Skip to content

Commit cb78583

Browse files
committed
Fix typo in OS matrix for ARM architecture in publish workflow
1 parent 8e14bdc commit cb78583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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-arm]
46+
os: [ubuntu-22.04, ubuntu-22.04-arm64]
4747
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4848
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
4949
cuda-version: ["12.9.1"]

0 commit comments

Comments
 (0)