Skip to content

Commit 99130c0

Browse files
Build for Windows 11 ARM.
1 parent 26f5344 commit 99130c0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
matrix:
157157
os:
158158
- windows-latest
159+
- windows-11-arm
159160
python-version:
160161
- 3.8
161162
- 3.9
@@ -167,6 +168,20 @@ jobs:
167168
- pypy-3.8
168169
- pypy-3.9
169170
- pypy-3.10
171+
exclude:
172+
# setup-python only support 3.11+ for windows arm
173+
- os: windows-11-arm
174+
python-version: 3.8
175+
- os: windows-11-arm
176+
python-version: 3.9
177+
- os: windows-11-arm
178+
python-version: "3.10"
179+
- os: windows-11-arm
180+
python-version: pypy-3.8
181+
- os: windows-11-arm
182+
python-version: pypy-3.9
183+
- os: windows-11-arm
184+
python-version: pypy-3.10
170185
steps:
171186
- name: Checkout code
172187
uses: actions/checkout@v3
@@ -220,7 +235,7 @@ jobs:
220235
runs-on: ${{ matrix.os }}
221236
strategy:
222237
matrix:
223-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
238+
os: [ubuntu-latest, windows-latest, windows-11-arm, macos-13, macos-14]
224239
arch: [auto]
225240
include:
226241
- os: ubuntu-latest

0 commit comments

Comments
 (0)