Skip to content

Commit abdd240

Browse files
committed
fixup archname on windows
1 parent 6029a8b commit abdd240

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pyo3-wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "pypy-3.10"
2424
- "pypy-3.11"
2525
- "graalpy-24"
26-
arch:
26+
aarch:
2727
- x86_64
2828
- aarch64
2929
platform:
@@ -54,6 +54,11 @@ jobs:
5454
- platform: macos
5555
runs: macos-latest
5656

57+
- arch: ${{ matrix.aarch }}
58+
- platform: windows
59+
aarch: aarch64
60+
arch: arm64
61+
5762
runs-on: ${{ matrix.runs }}
5863

5964
steps:

0 commit comments

Comments
 (0)