From 8d6a9df7521181afc276d94b3a6ef2a9dd60bd06 Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Thu, 14 Apr 2022 16:47:43 -0700 Subject: [PATCH] update windows pipeline to 2022 --- CMakeLists.txt | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a997aaee..b7023009 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ endif() # Process options # ----------------------------------------------------------------------------- -if(CMAKE_C_COMPILER_ID MATCHES "Intel") +if(CMAKE_C_COMPILER_ID MATCHES "MSVC|Intel") set(MI_USE_CXX "ON") endif() diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cfaf1876..6e99c9d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: displayName: Windows pool: vmImage: - windows-2019 + windows-2022 strategy: matrix: Debug: