From 3f1cbf6058169aa66eaa47e68b574fe61a7fc7be Mon Sep 17 00:00:00 2001 From: Mast Date: Thu, 10 Oct 2024 13:56:49 -0700 Subject: [PATCH] Update macOS CI runners to 13 for the oldest and 14 for the newest --- .ci/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 5efbaec..f2c0939 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -49,10 +49,10 @@ jobs: matrix: XCode-latest: extraFlags: '-DHELICS_DISABLE_WEBSERVER=ON -DHELICS_FMI_FORCE_HELICS_SUBPROJECT=ON' - vmImage: 'macOS-12' + vmImage: 'macOS-14' XCode-oldest: extraFlags: '-DHELICS_DISABLE_WEBSERVER=ON -DHELICS_FMI_FORCE_HELICS_SUBPROJECT=ON' - vmImage: 'macOS-11' + vmImage: 'macOS-13' xcode_path: '/Applications/Xcode_11.7.app' pool: vmImage: $[ variables['vmImage'] ]