You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new announcement from Github about the M1 Runners Public Beta I believe this issue will start coming up even more.
Also with the rollout of the latest macOS Sonoma, the action stands two OS versions behind because of the package macos-release package. Is there something that I can do to move the PR #112 forward?
Hell there,
I've already opened a PR #112 with the first suggested solution from below in mind.
We have recently created a self-hosted runner with the following parameters:
Chip: Apple M1
MacOS: Ventura 13.5.1
Using that runner results in a failure of your action, due to a dependency of @actions/github - macos-release as seen in the stack trace below:
Below you may find the version of the faulty dependency and which version introduces a fix:
Fixed version:
Proposed Solutions
Less intrusive: Use overrides for the os-name package to it's latest release
Requires core changes: Update @actions/github package to >=4.0.0, since it no longer depends on macos-release
Awaiting your thoughts!
The text was updated successfully, but these errors were encountered: