Skip to content

Commit 958f27f

Browse files
authored
Add windows-11-arm CI job
Signed-off-by: Takeshi Watanabe <take-cheeze@users.noreply.github.com>
1 parent f781614 commit 958f27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-15]
43+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-11-arm, macos-15]
4444
python: ["cp313t", "cp312", "cp311", "cp310"] # because of abi3 we don't need to build separate whls for python 3.13, 3.14
4545
steps:
4646
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)