File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2121 "matchUpdateTypes" : [" patch" ],
2222 "matchCurrentVersion" : " !/^0/" ,
2323 "automerge" : true
24+ },
25+ {
26+ "matchDatasources" : [" github-runner" ],
27+ "matchPackageNames" : [" macos" ],
28+ "enabled" : false
2429 }
2530 ]
2631}
Original file line number Diff line number Diff line change 99jobs :
1010 intel :
1111 name : Builds OS X Intel Native CLI
12- runs-on : macos-14
12+ runs-on : macos-13
1313 steps :
1414 - name : " ⬇ Checkout the repository"
1515 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 asset_content_type : application/zip
145145 macos :
146146 name : Release OS X Intel Native CLI
147- runs-on : macos-14
147+ runs-on : macos-13
148148 needs : [build]
149149 steps :
150150 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments