Commit 83ab6a10 authored by Samir Halilcevic's avatar Samir Halilcevic

Update runner windows2019 -> windows-2022

parent fb410352
cmake.exe ^ cmake.exe ^
-S . ^ -S . ^
-B build ^ -B build ^
-G "Visual Studio 16 2019" ^ -G "Visual Studio 17 2022" ^
-C ".ci\debug-flags.cmake" ^ -C ".ci\debug-flags.cmake" ^
-DCAF_ENABLE_ROBOT_TESTS=ON ^ -DCAF_ENABLE_ROBOT_TESTS=ON ^
-DBUILD_SHARED_LIBS=OFF ^ -DBUILD_SHARED_LIBS=OFF ^
......
...@@ -6,7 +6,7 @@ on: ...@@ -6,7 +6,7 @@ on:
- master - master
jobs: jobs:
Windows: Windows:
runs-on: windows-2019 runs-on: windows-2022
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: egor-tensin/vs-shell@v2 - uses: egor-tensin/vs-shell@v2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment