File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,16 @@ jobs:
9393 matrix :
9494 include :
9595 - name : ' Windows x64'
96- os : windows-2022
96+ os : windows-2019
9797 triplet : x64-windows-static
9898 suffix : ' windows-win64'
99- generator : ' Visual Studio 17 2022 '
99+ generator : ' Visual Studio 16 2019 '
100100 arch : ' -A x64'
101101 - name : ' Windows x86'
102- os : windows-2022
102+ os : windows-2019
103103 triplet : x86-windows-static
104104 suffix : ' windows-win32'
105- generator : ' Visual Studio 17 2022 '
105+ generator : ' Visual Studio 16 2019 '
106106 arch : ' -A Win32'
107107
108108 steps :
Original file line number Diff line number Diff line change @@ -88,16 +88,16 @@ jobs:
8888 matrix :
8989 include :
9090 - name : ' Windows x64'
91- os : windows-2022
91+ os : windows-2019
9292 triplet : x64-windows-static
9393 suffix : ' windows-win64'
94- generator : ' Visual Studio 17 2022 '
94+ generator : ' Visual Studio 16 2019 '
9595 arch : ' -A x64'
9696 - name : ' Windows x86'
97- os : windows-2022
97+ os : windows-2019
9898 triplet : x86-windows-static
9999 suffix : ' windows-win32'
100- generator : ' Visual Studio 17 2022 '
100+ generator : ' Visual Studio 16 2019 '
101101 arch : ' -A Win32'
102102
103103 steps :
You can’t perform that action at this time.
0 commit comments