Skip to content

Commit c8cb389

Browse files
committed
windows runner
1 parent e792e4e commit c8cb389

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ jobs:
8181
castxml-epic: 0
8282
cppstd: "-std=c++98"
8383

84+
- os: windows-2025
85+
compiler: msvc
86+
version: "default"
87+
python-version: "3.13"
88+
castxml: "castxml"
89+
castxml-epic: 0
90+
cppstd: "-std=c++98"
91+
8492
steps:
8593
- uses: actions/checkout@v4
8694

0 commit comments

Comments
 (0)