4646 name : build-demo-ios
4747 # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
4848 if : ${{ !github.event.pull_request.head.repo.fork }}
49- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
49+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
5050 secrets : inherit
5151 with :
5252 runner : macos-latest-xlarge
@@ -116,7 +116,7 @@ jobs:
116116 permissions :
117117 id-token : write
118118 contents : read
119- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
119+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.8
120120 with :
121121 device-type : ios
122122 # For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
@@ -134,7 +134,7 @@ jobs:
134134 build-frameworks-ios :
135135 name : build-frameworks-ios
136136 needs : set-version
137- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
137+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
138138 with :
139139 runner : macos-latest-xlarge
140140 python-version : ' 3.11'
@@ -271,7 +271,7 @@ jobs:
271271 name : build-benchmark-app
272272 # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
273273 if : ${{ !github.event.pull_request.head.repo.fork }}
274- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
274+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
275275 secrets : inherit
276276 with :
277277 runner : macos-latest-xlarge
0 commit comments