Skip to content

Commit cc0adde

Browse files
committed
Update push and release yml
1 parent 9ba2f46 commit cc0adde

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/push.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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:
@@ -85,7 +85,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish-python-pip-package:
10-
runs-on: [self-hosted, macOS]
10+
runs-on: [self-hosted, MAC37]
1111

1212
steps:
1313
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727
python3 -m twine upload dist/*
2828
2929
publish-robot-pip-package:
30-
runs-on: [self-hosted, macOS]
30+
runs-on: [self-hosted, MAC37]
3131

3232
steps:
3333
- uses: actions/checkout@v3
@@ -63,7 +63,7 @@ jobs:
6363
dotnet nuget push AltDriver/bin/release/AltTester-Driver.2.2.2.nupkg --api-key $NUGET_DEPLOY_KEY --source https://api.nuget.org/v3/index.json
6464
6565
create-unity-package:
66-
runs-on: [self-hosted, macOS]
66+
runs-on: [self-hosted, MAC37]
6767
steps:
6868
- uses: actions/checkout@v3
6969
- name: Create Unity Package

0 commit comments

Comments
 (0)