4444 name : build-demo-ios
4545 # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
4646 if : ${{ !github.event.pull_request.head.repo.fork }}
47- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
47+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.7
4848 secrets : inherit
4949 with :
5050 runner : macos-latest-xlarge
@@ -114,7 +114,7 @@ jobs:
114114 permissions :
115115 id-token : write
116116 contents : read
117- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
117+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.7
118118 with :
119119 device-type : ios
120120 # For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
@@ -132,7 +132,7 @@ jobs:
132132 build-frameworks-ios :
133133 name : build-frameworks-ios
134134 needs : set-version
135- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
135+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.7
136136 with :
137137 runner : macos-latest-xlarge
138138 python-version : ' 3.11'
@@ -274,7 +274,7 @@ jobs:
274274 name : build-benchmark-app
275275 # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
276276 if : ${{ !github.event.pull_request.head.repo.fork }}
277- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
277+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.7
278278 secrets : inherit
279279 with :
280280 runner : macos-latest-xlarge
0 commit comments