File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 21
21
"matchUpdateTypes" : [" patch" ],
22
22
"matchCurrentVersion" : " !/^0/" ,
23
23
"automerge" : true
24
+ },
25
+ {
26
+ "matchDatasources" : [" github-runner" ],
27
+ "matchPackageNames" : [" macos" ],
28
+ "enabled" : false
24
29
}
25
30
]
26
31
}
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
intel :
11
11
name : Builds OS X Intel Native CLI
12
- runs-on : macos-14
12
+ runs-on : macos-13
13
13
steps :
14
14
- name : " ⬇ Checkout the repository"
15
15
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
asset_content_type : application/zip
145
145
macos :
146
146
name : Release OS X Intel Native CLI
147
- runs-on : macos-14
147
+ runs-on : macos-13
148
148
needs : [build]
149
149
steps :
150
150
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments