diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d555a36..d6e5f579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: build_type: [Release] - os: [ubuntu-latest, windows-2019, macos-latest] + os: [ubuntu-latest, windows-2022, macos-latest] fail-fast: false steps: @@ -57,7 +57,7 @@ jobs: run: | mkdir -p build cd build - cmake -G"Visual Studio 16 2019" -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install \ + cmake -G"Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install \ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCOMPILE_ergoCubEmotions:BOOL=ON -DBUILD_TESTING:BOOL=ON .. - name: Build