Skip to content

Commit ce05535

Browse files
authored
Set amd64 macos runner (#2674)
* set macos-13 * stop updating macos runner
1 parent b0d625b commit ce05535

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/renovate.json

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"matchUpdateTypes": ["patch"],
2222
"matchCurrentVersion": "!/^0/",
2323
"automerge": true
24+
},
25+
{
26+
"matchDatasources": ["github-runner"],
27+
"matchPackageNames": ["macos"],
28+
"enabled": false
2429
}
2530
]
2631
}

.github/workflows/mn-macos-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)