File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 56
56
57
57
# iOS devices
58
58
- ${{ if in(parameters.platform, 'ios_arm64') }} :
59
- # split traffic for runtime-extra-platforms (which mostly runs on rolling builds)
60
- - ${{ if ne(parameters.jobParameters.isExtraPlatforms, true) }} :
61
- - OSX.1015.Amd64.Iphone.Open
62
- - ${{ if eq(parameters.jobParameters.isExtraPlatforms, true) }} :
63
- - OSX.1200.Amd64.Iphone.Open
59
+ - OSX.1200.Amd64.Iphone.Open
64
60
65
61
# tvOS devices
66
62
- ${{ if in(parameters.platform, 'tvos_arm64') }} :
Original file line number Diff line number Diff line change @@ -117,11 +117,7 @@ jobs:
117
117
118
118
# iOS devices
119
119
- ${{ if in(parameters.platform, 'ios_arm64') }} :
120
- # split traffic for runtime-extra-platforms (which mostly runs on rolling builds)
121
- - ${{ if ne(parameters.jobParameters.isExtraPlatforms, true) }} :
122
- - OSX.1015.Amd64.Iphone.Open
123
- - ${{ if eq(parameters.jobParameters.isExtraPlatforms, true) }} :
124
- - OSX.1200.Amd64.Iphone.Open
120
+ - OSX.1200.Amd64.Iphone.Open
125
121
126
122
# tvOS devices
127
123
- ${{ if in(parameters.platform, 'tvos_arm64') }} :
You can’t perform that action at this time.
0 commit comments