Skip to content

Commit e95ae84

Browse files
authored
Switch aiinfra-Linux-CPU machine pool to onnxruntime-Ubuntu2204-AMD-CPU (microsoft#765)
1 parent 38a3d85 commit e95ae84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/templates/build-package-for-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010

1111
- name: PoolName
1212
type: string
13-
default: 'aiinfra-Linux-CPU'
13+
default: 'onnxruntime-Ubuntu2204-AMD-CPU'
1414

1515
- name: OrtExtensionsCFlags
1616
type: string

.pipelines/templates/build-package-for-nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ stages:
4646
- template: build-package-for-linux.yml
4747
parameters:
4848
OrtExtensionsArch: 'x64'
49-
PoolName: 'aiinfra-Linux-CPU'
49+
PoolName: 'onnxruntime-Ubuntu2204-AMD-CPU'
5050
IsReleaseBuild: ${{parameters.IsReleaseBuild}}
5151
OrtExtensionsCFlags: ''
5252
OrtExtensionsCXXFlags: ''

0 commit comments

Comments
 (0)