Skip to content

Commit

Permalink
Set amd64 macos runner (#2674)
Browse files Browse the repository at this point in the history
* set macos-13

* stop updating macos runner
  • Loading branch information
OhataKenji authored Dec 11, 2024
1 parent b0d625b commit ce05535
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchDatasources": ["github-runner"],
"matchPackageNames": ["macos"],
"enabled": false
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/mn-macos-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
intel:
name: Builds OS X Intel Native CLI
runs-on: macos-14
runs-on: macos-13
steps:
- name: "⬇ Checkout the repository"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
asset_content_type: application/zip
macos:
name: Release OS X Intel Native CLI
runs-on: macos-14
runs-on: macos-13
needs: [build]
steps:
- name: Checkout repository
Expand Down

0 comments on commit ce05535

Please sign in to comment.