Skip to content

Commit c904e2e

Browse files
disable msvc2017
1 parent 90313a7 commit c904e2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- winrt_x64_msvc2019
1919
- winrt_x86_msvc2019
2020
- winrt_armv7_msvc2019
21-
- msvc2017_64
22-
- msvc2017
21+
# - msvc2017_64
22+
# - msvc2017
2323
- mingw81_64
2424
- mingw81_32
2525
- clang_64
@@ -43,10 +43,10 @@ jobs:
4343
os: windows-latest
4444
- platform: winrt_armv7_msvc2019
4545
os: windows-latest
46-
- platform: msvc2017_64
47-
os: windows-latest
48-
- platform: msvc2017
49-
os: windows-latest
46+
# - platform: msvc2017_64
47+
# os: windows-latest
48+
# - platform: msvc2017
49+
# os: windows-latest
5050
- platform: mingw81_64
5151
os: windows-latest
5252
- platform: mingw81_32

0 commit comments

Comments
 (0)