Skip to content

Commit c291151

Browse files
committed
ci: test on Windows 2022 and 2025
1 parent 5174929 commit c291151

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ jobs:
3232
run: make check-licenses
3333

3434
test:
35-
name: Test
36-
runs-on: windows-2022
35+
name: Test (${{ matrix.runner }})
36+
runs-on: ${{ matrix.runner }}
37+
strategy:
38+
fail-fast: false
39+
matrix:
40+
runner: [windows-2022, windows-2025]
3741
steps:
3842
- name: Check out repository
3943
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

0 commit comments

Comments
 (0)