Skip to content

Commit 7953a8a

Browse files
committed
Try to use macos-m1-stable
1 parent 2435364 commit 7953a8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
3333
secrets: inherit
3434
with:
35-
runner: macos-latest-xlarge
35+
runner: macos-m1-stable
3636
python-version: '3.11'
3737
submodules: 'true'
3838
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
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-m1-stable
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)