From e8290bc27501570cd2cd97ea286a099f3b133457 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 10 Apr 2026 11:14:22 -0400 Subject: [PATCH] try testing a Windows 11 snapdragon build in CI --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bbb299e0f..1966218f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,6 +28,11 @@ strategy: imageName: 'windows-latest' toolchainName: vs buildTargetName: all + windows-visualstudio-arm64: + imageName: 'windows-latest' + toolchainName: vs + buildTargetName: all + buildPlatform: 'ARM64' # Targeting Snapdragon windows-mingw: imageName: 'windows-2025' toolchainName: mingw