Skip to content

Commit d953a05

Browse files
committed
Fix wheel builds for odd arches
commit 5615954 updated the build-wheels-for-tested-arches matrix to pass ubuntu-latest, windows-latest, etc., but forgot to update the build-wheels-for-odd-archs job
1 parent 280ffd6 commit d953a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ jobs:
526526
qemu: armv7l
527527
uses: ./.github/workflows/reusable-build-wheel.yml
528528
with:
529+
os: ubuntu-latest
529530
qemu: ${{ matrix.qemu }}
530531
tag: ${{ matrix.tag }}
531532
wheel-tags-to-skip: >-

0 commit comments

Comments
 (0)