Skip to content

Commit 539c810

Browse files
authored
Merge pull request #132 from atcoder/patch/ci
fix unittest_msvc.yml
2 parents 5b1f8d2 + 4e579d8 commit 539c810

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unittest_msvc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- os: windows-latest
15+
- os: windows-2022
16+
msvc: "Visual Studio 17 2022"
17+
- os: windows-2019
1618
msvc: "Visual Studio 16 2019"
1719
- os: windows-2016
1820
msvc: "Visual Studio 15 2017"

0 commit comments

Comments
 (0)