Skip to content

Commit c55869a

Browse files
authored
[Test] Remove aarch64 from the build
1 parent f7cc4ab commit c55869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
include:
4343
- os: ubuntu-latest
44-
cibw_archs: "native aarch64"
44+
cibw_archs: "native armv7l"
4545
- os: windows-latest
4646
cibw_archs: "native ARM64"
4747
- os: macos-latest

0 commit comments

Comments
 (0)