-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown system error
on macos-13
runner
#1549
Comments
same here in apache/dolphinscheduler-sdk-python#150 |
(System error -86 is It can be worked around by configuring the action to use v0.7.3 of the uploader, which was built for Intel macs. with:
version: v0.7.3 |
@viirya @zhongjiajie @corhere I realize it's been quite a long time on this issue. Are you experiencing this problem on |
We use tokenless uploading so currently we use |
@viirya, tokens are always required for private repos
|
@viirya just wanted to message back and see if I can help here |
@viirya closing this out, if this is still a problem, please let me know |
Do you mean that if our repo allows contributors to fork and make PRs, it must have tokenless support (we currently use it)? Our repo (https://github.com/apache/datafusion-comet) is an open source Apache project, so it is definitely not a private repo.
So you mean to upgrade to |
This should work as expected
Then no worries on that!
To be clear, v5 has tokenless support for forks. I mention OIDC because it seems that our users come across less issues and it's fairly easy to set up (adding permissions in the GitHub workflow and adding |
Let me try to upgrade to v5 and see if tokenless is back on macos-13 runner. We can look at OIDC later. |
|
Thank you @thomasrockhu-codecov |
Hi,
We have GitHub Actions CI pipelines on both
macos-14
andmacos-13
runners. But onmacos-13
runner, we saw the following error:It looks like the architecture doesn't match. According to the docs,
codecov-action
supportsmacos
, I'm wondering if it supports both 13 and 14 runners?The text was updated successfully, but these errors were encountered: