-
The current repo mirror strategy to drive builds down is not scaleable. We should look to move to using self-hosted Github runners where we can mount the models, stored on persistent storage, to the f…
-
https://github.com/Malinskiy/action-android/blob/903c42f17b6e122db0bfe6a9b7fdbdafdc868c6d/install-sdk/src/sdk.ts#L57
```
curl -L https://dl.google.com/android/repository/sdk-tools-darwin-4333796.z…
-
When upgrading from v1 to v2, running this action on self-hosted runners causes the cloned repo on the runner to be owned by root, causing subsequent runs of the same workflow to fail, due to not havi…
-
_disclaimer_: The following should **not** replace us investigating and fixing the root causes of timeouts and intermittent test runtime performance.
Now seems an opportune time to open a discussio…
-
I followed the template best I can
- Please check whether the bug was already reported or fixed. **found similar issue, not the same**
- Please check out if the develop version of Nuitka works b…
-
**Is your feature request related to a problem? Please describe.**
In https://github.com/pantsbuild/pants/issues/21074 / #21326, we deprecated running on macOS 11 and earlier, in favour of macOS 12…
huonw updated
2 weeks ago
-
**GitHub Runner Status goes offline when MAC Mini is logged out**
Recently, I configured GitHub runners for my repo by following [this link](https://docs.github.com/en/actions/hosting-your-own-runner…
-
### Checks
- [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-…
-
This shouldn't fail the job
```
Run actions/upload-artifact@v4
With the provided path, there will be 1 file uploaded
Artifact name is valid!
Root directory input is valid!
Beginning upload of …
-
using v3 fails actionlint with
> the runner of "actions/upload-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
but actions/upload-…