nomenclature of a couple of tasks in CI

This commit is contained in:
nhmall
2026-04-10 11:30:46 -04:00
parent e8290bc275
commit 45b01cdb9a

View File

@@ -24,11 +24,11 @@ strategy:
imageName: 'macOS-15' imageName: 'macOS-15'
toolchainName: clang toolchainName: clang
buildTargetName: all buildTargetName: all
windows-visualstudio: windows-x64-vstudio:
imageName: 'windows-latest' imageName: 'windows-latest'
toolchainName: vs toolchainName: vs
buildTargetName: all buildTargetName: all
windows-visualstudio-arm64: windows-arm64-vstudio:
imageName: 'windows-latest' imageName: 'windows-latest'
toolchainName: vs toolchainName: vs
buildTargetName: all buildTargetName: all