Skip to content

Commit 8502d4d

Browse files
MattGalJarret Shook
authored andcommitted
Move ARM64 Windows boxen to be Helix-provisioned (dotnet#20204)
1 parent 8965f93 commit 8502d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def static setMachineAffinity(def job, def os, def architecture, def options = n
762762
label('Windows.10.Amd64.ClientRS4.DevEx.Open')
763763
}
764764
} else {
765-
Utilities.setMachineAffinity(job, os, 'arm64-windows_nt')
765+
Utilities.setMachineAffinity(job, 'windows.10.arm64.open')
766766
}
767767
} else {
768768
assert os != 'Windows_NT'

0 commit comments

Comments
 (0)