Skip to content

Commit f16f648

Browse files
committed
Run QEMU setup only on Linux
1 parent 71523c4 commit f16f648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: Set up QEMU
47+
if: runner.os == 'Linux'
4748
uses: docker/setup-qemu-action@v3
4849

4950
- name: Build Python manylinux wheels

0 commit comments

Comments
 (0)