Skip to content

Commit 899eb41

Browse files
committed
Force use of windows-2019 on GHA to continue using the v140 platform toolkit
1 parent fdfd7a9 commit 899eb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
build_win32:
9797
name: 'Windows (x86)'
98-
runs-on: windows-latest
98+
runs-on: windows-2019
9999
needs: check_source
100100
if: needs.check_source.outputs.run_tests == 'true'
101101
steps:
@@ -109,7 +109,7 @@ jobs:
109109

110110
build_win_amd64:
111111
name: 'Windows (x64)'
112-
runs-on: windows-latest
112+
runs-on: windows-2019
113113
needs: check_source
114114
if: needs.check_source.outputs.run_tests == 'true'
115115
steps:

0 commit comments

Comments
 (0)