There was an error while loading. Please reload this page.
1 parent 5174929 commit c291151Copy full SHA for c291151
1 file changed
.github/workflows/ci.yml
@@ -32,8 +32,12 @@ jobs:
32
run: make check-licenses
33
34
test:
35
- name: Test
36
- runs-on: windows-2022
+ name: Test (${{ matrix.runner }})
+ runs-on: ${{ matrix.runner }}
37
+ strategy:
38
+ fail-fast: false
39
+ matrix:
40
+ runner: [windows-2022, windows-2025]
41
steps:
42
- name: Check out repository
43
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
0 commit comments