Skip to content

Commit e402647

Browse files
authored
Update win_ci.yml
1 parent b823f64 commit e402647

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/win_ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ on: [push, pull_request]
44

55
jobs:
66
Test:
7-
runs-on: windows-latest
7+
# runs-on: windows-latest
8+
runs-on: ${{ matrix.os }}
89
strategy:
910
fail-fast: false
1011

1112
matrix:
13+
os:
14+
- windows-2022
15+
- windows-2019
1216
build_type:
1317
- Release
1418
- Debug

0 commit comments

Comments
 (0)