Skip to content

Commit 32e04fd

Browse files
Revert "Revert iPhone13 swap; iPhone17 matches main"
This reverts commit 11f5aae.
1 parent a64580b commit 32e04fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eng/pipelines/templates/build-machine-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ jobs:
146146
machinePool: GalaxyA16
147147
${{ insert }}: ${{ parameters.jobParameters }}
148148

149-
- ${{ if and(containsValue(parameters.buildMachines, 'osx-x64-ios-arm64'), not(eq(parameters.isPublic, true))) }}: # iPhone ARM64 17 only used in private builds currently
149+
- ${{ if and(containsValue(parameters.buildMachines, 'osx-x64-ios-arm64'), not(eq(parameters.isPublic, true))) }}: # iPhone ARM64 13 only used in private builds currently
150150
- template: ${{ parameters.jobTemplate }}
151151
parameters:
152152
osGroup: osx
153153
archType: x64
154154
osVersion: 15
155155
pool:
156156
vmImage: 'macos-15'
157-
queue: Mac.iPhone.17.Perf
158-
machinePool: iPhone17
157+
queue: Mac.iPhone.13.Perf
158+
machinePool: iPhone13
159159
${{ insert }}: ${{ parameters.jobParameters }}
160160

161161
- ${{ if and(containsValue(parameters.buildMachines, 'win-x64-viper'), not(eq(parameters.isPublic, true))) }}: # Windows x64 Viper only used in private builds

0 commit comments

Comments
 (0)