We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff3351 commit 15be37bCopy full SHA for 15be37b
.github/workflows/apple.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
32
secrets: inherit
33
with:
34
- runner: macos-latest-xlarge
+ runner: macos-14-xlarge
35
python-version: '3.11'
36
submodules: 'true'
37
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
.github/workflows/trunk.yml
@@ -179,7 +179,7 @@ jobs:
179
name: test-coreml-delegate
180
181
182
- runner: macos-13-xlarge
183
184
185
0 commit comments