update to win-2022 for CI (#8571)

* update to win-2022 for CI

* bump visual studio version
This commit is contained in:
Greg Landrum
2025-06-05 11:55:28 +02:00
committed by GitHub
parent 9f446b1fa6
commit d9dd143786
4 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ steps:
mkdir build && cd build
call activate rdkit_build
cmake .. ^
-G "Visual Studio 16 2019" ^
-G "Visual Studio 17 2022" ^
-DCMAKE_BUILD_TYPE=Release ^
-DRDK_INSTALL_INTREE=ON ^
-DRDK_INSTALL_STATIC_LIBS=OFF ^

View File

@@ -20,7 +20,7 @@ steps:
mkdir build && cd build
call activate rdkit_build
cmake .. ^
-G "Visual Studio 16 2019" ^
-G "Visual Studio 17 2022" ^
-DCMAKE_BUILD_TYPE=Release ^
-DRDK_INSTALL_INTREE=ON ^
-DRDK_INSTALL_STATIC_LIBS=OFF ^

View File

@@ -23,7 +23,7 @@ steps:
mkdir build && cd build
call activate rdkit_build
cmake .. ^
-G "Visual Studio 16 2019" ^
-G "Visual Studio 17 2022" ^
-DCMAKE_BUILD_TYPE=Release ^
-DRDK_INSTALL_INTREE=ON ^
-DRDK_INSTALL_STATIC_LIBS=OFF ^

View File

@@ -73,7 +73,7 @@ jobs:
- job: Windows_VS2022_x64
timeoutInMinutes: 120
pool:
vmImage: windows-2019
vmImage: windows-2022
variables:
boost_version: 1.84.0
number_of_cores: '%NUMBER_OF_PROCESSORS%'
@@ -83,7 +83,7 @@ jobs:
- job: Windows_VS2022_x64_dll
timeoutInMinutes: 120
pool:
vmImage: windows-2019
vmImage: windows-2022
variables:
boost_version: 1.84.0
number_of_cores: '%NUMBER_OF_PROCESSORS%'
@@ -131,7 +131,7 @@ jobs:
- job: Windows_VS2022_x64_swig
timeoutInMinutes: 90
pool:
vmImage: windows-2019
vmImage: windows-2022
variables:
boost_version: 1.84.0
number_of_cores: '%NUMBER_OF_PROCESSORS%'