3838 - 'Bindings~/robot/**'
3939
4040 Roslyn-Analyzer-dotnet :
41- runs-on : [self-hosted, macOS ]
41+ runs-on : [self-hosted, MAC37 ]
4242 needs : paths-filter
4343 steps :
4444 - uses : actions/checkout@v2
5151 run : dotnet build AltTester-Unity-SDK.sln --no-restore -warnaserror -p:EnforceCodeStyleInBuild=true -p:EnforceCodeStyleInIDE=true
5252
5353 build-macOS :
54- runs-on : [self-hosted, macOS ]
54+ runs-on : [self-hosted, MAC37 ]
5555 needs : Roslyn-Analyzer-dotnet
5656 if : needs.paths-filter.outputs.csharp == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true' || needs.paths-filter.outputs.java == 'true' || needs.paths-filter.outputs.robot == 'true'
5757 steps :
8585 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
8686
8787 build-android :
88- runs-on : [self-hosted, macOS ]
88+ runs-on : [self-hosted, MAC37 ]
8989 needs : Roslyn-Analyzer-dotnet
9090
9191 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true'
@@ -120,7 +120,7 @@ jobs:
120120 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
121121
122122 build-ipa :
123- runs-on : [self-hosted, macOS ]
123+ runs-on : [self-hosted, MAC37 ]
124124 needs : Roslyn-Analyzer-dotnet
125125 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true'
126126 steps :
@@ -155,7 +155,7 @@ jobs:
155155 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
156156
157157 test-CSharp-Editor :
158- runs-on : [self-hosted, macOS ]
158+ runs-on : [self-hosted, MAC37 ]
159159 needs : build-macOS
160160 if : needs.paths-filter.outputs.csharp == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true' || needs.paths-filter.outputs.java == 'true'
161161 steps :
@@ -198,7 +198,7 @@ jobs:
198198 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
199199
200200 test-DotNet :
201- runs-on : [self-hosted, macOS ]
201+ runs-on : [self-hosted, MAC37 ]
202202 needs : build-macOS
203203 if : needs.paths-filter.outputs.csharp == 'true' || needs.paths-filter.outputs.scenes == 'true'
204204 steps :
@@ -239,7 +239,7 @@ jobs:
239239 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
240240
241241 test-Python :
242- runs-on : [self-hosted, macOS ]
242+ runs-on : [self-hosted, MAC37 ]
243243 needs : build-macOS
244244 if : needs.paths-filter.outputs.python == 'true' || needs.paths-filter.outputs.scenes == 'true'
245245 steps :
@@ -312,7 +312,7 @@ jobs:
312312 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
313313
314314 test-Robot :
315- runs-on : [self-hosted, macOS ]
315+ runs-on : [self-hosted, MAC37 ]
316316 needs : build-macOS
317317 if : needs.paths-filter.outputs.python == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.robot == 'true'
318318 steps :
@@ -359,7 +359,7 @@ jobs:
359359 **/output.xml
360360
361361 test-Java :
362- runs-on : [self-hosted, macOS ]
362+ runs-on : [self-hosted, MAC37 ]
363363 needs : build-macOS
364364 if : needs.paths-filter.outputs.java == 'true' || needs.paths-filter.outputs.scenes == 'true'
365365 steps :
@@ -406,7 +406,7 @@ jobs:
406406 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
407407
408408 copyright :
409- runs-on : [self-hosted, macOS ]
409+ runs-on : [self-hosted, MAC37 ]
410410 steps :
411411 - run : |
412412 pwsh copyright.ps1
@@ -425,7 +425,7 @@ jobs:
425425 SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
426426
427427 test-Python-Browserstack-ios-android :
428- runs-on : [self-hosted, macOS ]
428+ runs-on : [self-hosted, MAC37 ]
429429 needs :
430430 - build-android
431431 - build-ipa
0 commit comments