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:
416
416
- set-parameters
417
417
secrets : inherit
418
418
with :
419
- runner : macos-latest -xlarge
419
+ runner : macos-14 -xlarge
420
420
python-version : ' 3.11'
421
421
submodules : ' recursive'
422
422
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 49
49
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
50
50
secrets : inherit
51
51
with :
52
- runner : macos-latest -xlarge
52
+ runner : macos-14 -xlarge
53
53
python-version : ' 3.11'
54
54
submodules : ' recursive'
55
55
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -136,7 +136,7 @@ jobs:
136
136
needs : set-version
137
137
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
138
138
with :
139
- runner : macos-latest -xlarge
139
+ runner : macos-14 -xlarge
140
140
python-version : ' 3.11'
141
141
submodules : ' recursive'
142
142
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -276,7 +276,7 @@ jobs:
276
276
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
277
277
secrets : inherit
278
278
with :
279
- runner : macos-latest -xlarge
279
+ runner : macos-14 -xlarge
280
280
python-version : ' 3.11'
281
281
submodules : ' recursive'
282
282
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 22
22
with :
23
23
job-name : build
24
24
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
25
- runner : macos-latest -xlarge
25
+ runner : macos-14 -xlarge
26
26
python-version : 3.12
27
27
submodules : recursive
28
28
timeout : 90
Original file line number Diff line number Diff line change 63
63
post-script : ${{ matrix.post-script }}
64
64
package-name : ${{ matrix.package-name }}
65
65
# 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
67
67
setup-miniconda : true
68
68
smoke-test-script : ${{ matrix.smoke-test-script }}
69
69
trigger-event : ${{ github.event_name }}
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ jobs:
435
435
name : test-coreml-delegate
436
436
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
437
437
with :
438
- runner : macos-latest -xlarge
438
+ runner : macos-14 -xlarge
439
439
python-version : ' 3.11'
440
440
submodules : ' recursive'
441
441
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