Skip to content

Commit

Permalink
Using a more recent version of VS in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra authored Nov 5, 2024
1 parent 9e23ace commit 3ef057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3ef057d

Please sign in to comment.