From 45b01cdb9ab1d33de2d66e52239ac28d596353d5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 10 Apr 2026 11:30:46 -0400 Subject: [PATCH] nomenclature of a couple of tasks in CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1966218f5..7c7eea340 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,11 +24,11 @@ strategy: imageName: 'macOS-15' toolchainName: clang buildTargetName: all - windows-visualstudio: + windows-x64-vstudio: imageName: 'windows-latest' toolchainName: vs buildTargetName: all - windows-visualstudio-arm64: + windows-arm64-vstudio: imageName: 'windows-latest' toolchainName: vs buildTargetName: all