We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559fd65 commit 623196eCopy full SHA for 623196e
.github/workflows/wheel.yml
@@ -22,7 +22,7 @@ jobs:
22
digests-windows: ${{ steps.hash-windows.outputs.digests }}
23
strategy:
24
matrix:
25
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
26
runs-on: ${{ matrix.os }}
27
name: Build wheels on ${{ matrix.os }}
28
@@ -35,12 +35,6 @@ jobs:
35
with:
36
python-version: "3.x"
37
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
-
44
- name: Build for Windows
45
if: runner.os == 'Windows'
46
run: |
0 commit comments