Skip to content

Commit

Permalink
Switch to use Visual Studio 17 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 2, 2024
1 parent bad19ba commit 20f6bb3
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 20f6bb3

Please sign in to comment.