Skip to content

Commit 663a9f1

Browse files
authored
Merge pull request #108 from sir-gon/develop
[CONFIG] [Github Actions] little rewrite
2 parents fe7d6a4 + f0a2790 commit 663a9f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/c-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
name: C/C++ CMake CI Test
1515
strategy:
1616
matrix:
17-
os: ["windows-2022", "windows-2025"]
17+
os:
18+
- "windows-2022"
19+
- "windows-2025"
1820
arch:
1921
- amd64
2022
- amd64_x86

0 commit comments

Comments
 (0)