File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ jobs:
416416 - set-parameters
417417 secrets : inherit
418418 with :
419- runner : macos-latest -xlarge
419+ runner : macos-14 -xlarge
420420 python-version : ' 3.11'
421421 submodules : ' recursive'
422422 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 4949 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
5050 secrets : inherit
5151 with :
52- runner : macos-latest -xlarge
52+ runner : macos-14 -xlarge
5353 python-version : ' 3.11'
5454 submodules : ' recursive'
5555 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -136,7 +136,7 @@ jobs:
136136 needs : set-version
137137 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
138138 with :
139- runner : macos-latest -xlarge
139+ runner : macos-14 -xlarge
140140 python-version : ' 3.11'
141141 submodules : ' recursive'
142142 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -276,7 +276,7 @@ jobs:
276276 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
277277 secrets : inherit
278278 with :
279- runner : macos-latest -xlarge
279+ runner : macos-14 -xlarge
280280 python-version : ' 3.11'
281281 submodules : ' recursive'
282282 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 2222 with :
2323 job-name : build
2424 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
25- runner : macos-latest -xlarge
25+ runner : macos-14 -xlarge
2626 python-version : 3.12
2727 submodules : recursive
2828 timeout : 90
Original file line number Diff line number Diff line change 6363 post-script : ${{ matrix.post-script }}
6464 package-name : ${{ matrix.package-name }}
6565 # Meta's macOS runners do not have Xcode, so use GitHub's runners.
66- runner-type : macos-latest -xlarge
66+ runner-type : macos-14 -xlarge
6767 setup-miniconda : true
6868 smoke-test-script : ${{ matrix.smoke-test-script }}
6969 trigger-event : ${{ github.event_name }}
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ jobs:
435435 name : test-coreml-delegate
436436 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
437437 with :
438- runner : macos-latest -xlarge
438+ runner : macos-14 -xlarge
439439 python-version : ' 3.11'
440440 submodules : ' recursive'
441441 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments