File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 - uses : ./.github/actions/ctest
271271
272272 windows-minimal :
273- runs-on : windows-latest
273+ runs-on : windows-2019
274274 timeout-minutes : 40
275275 steps :
276276 - uses : actions/checkout@v2
@@ -283,7 +283,7 @@ jobs:
283283 - uses : ./.github/actions/ctest-windows
284284
285285 windows-full :
286- runs-on : windows-latest
286+ runs-on : windows-2019
287287 steps :
288288 - uses : actions/checkout@v2
289289 with :
@@ -297,3 +297,16 @@ jobs:
297297 - uses : ./.github/actions/build-windows
298298 - uses : ./.github/actions/ctest-windows
299299
300+ windows-2020 :
301+ runs-on : windows-2022
302+ timeout-minutes : 40
303+ steps :
304+ - uses : actions/checkout@v2
305+ with :
306+ submodules : true
307+ - uses : ./.github/actions/install-windows
308+ - uses : ./.github/actions/install-protozero
309+ - uses : ./.github/actions/cmake-windows
310+ - uses : ./.github/actions/build-windows
311+ - uses : ./.github/actions/ctest-windows
312+
You can’t perform that action at this time.
0 commit comments