Skip to content

Commit f2fc837

Browse files
authored
Update tests.yml
1 parent 1126bc5 commit f2fc837

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ jobs:
108108
castxml-epic: 0
109109
cppstd: "-std=c++98"
110110

111+
- os: windows-2025
112+
aarch: amd64
113+
compiler: msvc
114+
version: "default"
115+
python-version: "3.13"
116+
castxml: "castxml"
117+
castxml-epic: 0
118+
cppstd: "-std=c++98"
119+
111120
steps:
112121
- uses: actions/checkout@v4
113122

@@ -185,6 +194,7 @@ jobs:
185194
unzip -q ~/castxml-windows-2025-arm64.zip -d ~/
186195
187196
- name: Run tests
197+
shell: bash
188198
run: |
189199
export PATH=~/castxml/bin:$PATH
190200
pytest tests

0 commit comments

Comments
 (0)