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

Update runner windows2019 -> windows-2022

parent fb410352
cmake.exe ^
-S . ^
-B build ^
-G "Visual Studio 16 2019" ^
-G "Visual Studio 17 2022" ^
-C ".ci\debug-flags.cmake" ^
-DCAF_ENABLE_ROBOT_TESTS=ON ^
-DBUILD_SHARED_LIBS=OFF ^
......
......@@ -6,7 +6,7 @@ on:
- master
jobs:
Windows:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- 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