Fix architecture naming for Ubuntu configurations

This commit is contained in:
Haritha
2026-02-12 14:02:53 -06:00
committed by GitHub
parent 46132be3eb
commit b79a1dda4e
+2 -2
View File
@@ -59,10 +59,10 @@ jobs:
"*windows*" { $platform = 'win32'; if ($arch -eq "arm64" ) { $os = "${os}-arm" } }
}
if ($configuration -eq "ubuntu-22.04-arm") {
if ($configuration -eq "ubuntu-22.04_arm64") {
$os = "setup-actions-ubuntu-arm64-2-core"
}
elseif ($configuration -eq "ubuntu-24.04-arm") {
elseif ($configuration -eq "ubuntu-24.04_arm64") {
$os = "setup-actions-ubuntu24-arm64-2-core"
}