44
44
name : build-demo-ios
45
45
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
46
46
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
48
48
secrets : inherit
49
49
with :
50
50
runner : macos-latest-xlarge
@@ -114,7 +114,7 @@ jobs:
114
114
permissions :
115
115
id-token : write
116
116
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
118
118
with :
119
119
device-type : ios
120
120
# 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:
132
132
build-frameworks-ios :
133
133
name : build-frameworks-ios
134
134
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
136
136
with :
137
137
runner : macos-latest-xlarge
138
138
python-version : ' 3.11'
@@ -274,7 +274,7 @@ jobs:
274
274
name : build-benchmark-app
275
275
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
276
276
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
278
278
secrets : inherit
279
279
with :
280
280
runner : macos-latest-xlarge
0 commit comments