Skip to content

Commit 46f931f

Browse files
committed
Try fix matrix
1 parent 4d5147f commit 46f931f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
# pythonarm64 NuGet's has no download for latest Python ~=3.9.11
2626
python-version: ["3.8", "3.9.10", "3.10", "3.11", "3.12", "3.13"]
2727
# CPython has no ARM distribution until 3.11
28-
python-architecture: [x64, x86]
28+
python-architecture: [x64, x86, arm64]
2929
include:
30-
- os: windows-11-arm
31-
python-architecture: arm64
30+
- python-architecture: arm64
31+
os: windows-11-arm
3232
- os: windows-2019
3333
exclude:
3434
# actions/setup-python does not provide prebuilt arm64 Python before 3.11

0 commit comments

Comments
 (0)