Skip to content

Commit

Permalink
Merge pull request #679 from robotology/fixwinci
Browse files Browse the repository at this point in the history
Switch to use Visual Studio 17 2022
  • Loading branch information
traversaro authored Apr 4, 2024
2 parents bad19ba + 20f6bb3 commit 6e6de2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
build_type: [Release]
os: [ubuntu-latest, windows-2019, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -G"Visual Studio 16 2019" -DBUILD_TESTING:BOOL=ON \
cmake -G"Visual Studio 17 2022" -DBUILD_TESTING:BOOL=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
- name: Build
Expand Down

0 comments on commit 6e6de2b

Please sign in to comment.