Skip to content

Commit 15be37b

Browse files
cccclaifacebook-github-bot
authored andcommitted
move coreml delegate to a different machine (#5838)
Summary: Pull Request resolved: #5838 Differential Revision: D63804330
1 parent 9ff3351 commit 15be37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
3232
secrets: inherit
3333
with:
34-
runner: macos-latest-xlarge
34+
runner: macos-14-xlarge
3535
python-version: '3.11'
3636
submodules: 'true'
3737
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

.github/workflows/trunk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
name: test-coreml-delegate
180180
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
181181
with:
182-
runner: macos-13-xlarge
182+
runner: macos-14-xlarge
183183
python-version: '3.11'
184184
submodules: 'true'
185185
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)