@@ -37,14 +37,14 @@ jobs:
3737 id : set_version
3838 shell : bash
3939 run : |
40- VERSION="0.6.0 "
40+ VERSION="0.5.0.$(TZ='PST8PDT' date +%Y%m%d) "
4141 echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4242
4343 build-demo-ios :
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@release/2.7
47+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
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@release/2.7
117+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
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@release/2.7
135+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
136136 with :
137137 runner : macos-latest-xlarge
138138 python-version : ' 3.11'
@@ -212,7 +212,7 @@ jobs:
212212 name : executorch-frameworks-ios
213213 path : ${{ runner.temp }}/frameworks-ios/
214214 - name : Only push to S3 when running the workflow manually from main branch
215- if : ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/release/0.6 ' }}
215+ if : ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main ' }}
216216 shell : bash
217217 run : |
218218 echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"
@@ -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@release/2.7
277+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
278278 secrets : inherit
279279 with :
280280 runner : macos-latest-xlarge
0 commit comments