From 3ef057d22ac55c989fa4f39041d7a85fe9979645 Mon Sep 17 00:00:00 2001 From: Stefano Dafarra Date: Tue, 5 Nov 2024 10:14:46 +0100 Subject: [PATCH] Using a more recent version of VS in GH action Attempt to fix the failure in https://github.com/ami-iit/yarp-device-openxrheadset/actions/runs/11676416917/job/32522210401 --- .github/workflows/conda-forge-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-forge-ci.yml b/.github/workflows/conda-forge-ci.yml index 7c2685b..cd3276c 100644 --- a/.github/workflows/conda-forge-ci.yml +++ b/.github/workflows/conda-forge-ci.yml @@ -57,7 +57,7 @@ jobs: run: | mkdir -p build cd build - cmake -G"Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} .. + cmake -G"Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} .. - name: Build shell: bash -l {0}