Skip to content

Commit 623196e

Browse files
committed
uses arm docker image to build and test wheel
1 parent 559fd65 commit 623196e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
digests-windows: ${{ steps.hash-windows.outputs.digests }}
2323
strategy:
2424
matrix:
25-
os: [ubuntu-latest, windows-latest, macos-latest]
25+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
2626
runs-on: ${{ matrix.os }}
2727
name: Build wheels on ${{ matrix.os }}
2828

@@ -35,12 +35,6 @@ jobs:
3535
with:
3636
python-version: "3.x"
3737

38-
- name: Set up QEMU
39-
if: runner.os == 'Linux'
40-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
41-
with:
42-
platforms: arm64
43-
4438
- name: Build for Windows
4539
if: runner.os == 'Windows'
4640
run: |

0 commit comments

Comments
 (0)