Skip to content

Commit e3a2ce0

Browse files
committed
ci: Fix typo aarcrh64 -> aarch64
1 parent 36084e7 commit e3a2ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- { arch: arm64, wheel: cp310-macosx_arm64, os: macos-latest }
4949
- { arch: x86_64, wheel: cp310-macosx_x86_64, os: macos-13 }
5050
- { arch: x86_64, wheel: cp310-manylinux_x86_64, os: ubuntu-latest }
51-
- { arch: aarcrh64, wheel: cp310-manylinux_aarch64, os: ubuntu-24.04-arm }
51+
- { arch: aarch64, wheel: cp310-manylinux_aarch64, os: ubuntu-24.04-arm }
5252
- { arch: x86_64, wheel: cp310-win_amd64, os: windows-2019 }
5353
- { arch: arm64, wheel: cp311-macosx_arm64, os: macos-latest }
5454
- { arch: x86_64, wheel: cp311-macosx_x86_64, os: macos-13 }

0 commit comments

Comments
 (0)