Skip to content

Commit

Permalink
CI: updated windows compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
luis109 committed Nov 26, 2024
1 parent 86f129a commit 6cd39d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:

clone_folder: c:\dev\dune

os: Visual Studio 2015
os: Visual Studio 2022
platform: x64
configuration: Release

Expand All @@ -14,6 +14,6 @@ build_script:
- cd c:\dev\dune
- md build
- cd build
- cmake -DTESTS:BOOL=ON -G "Visual Studio 14 2015 Win64" ..
- cmake -DTESTS:BOOL=ON -G "Visual Studio 17 2022" ..
- cmake --build .
- ctest .

0 comments on commit 6cd39d2

Please sign in to comment.