Skip to content

Commit cb229a4

Browse files
committed
ci: add Windows ARM
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 57d231e commit cb229a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
- python-version: "3.14"
103103
runs-on: ubuntu-latest
104104
cmake-version: "3.30.x"
105+
- python-version: "3.12"
106+
runs-on: windows-11-arm
107+
cmake-version: "4.0"
105108

106109
steps:
107110
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)