-
## Stuck runners
https://github.com/juspay/omnix/pull/277#issuecomment-2359680998
## Bad labels
Notice the quoting:
-
There was previous discussion in #8148 regarding a Windows on ARM wheel. That was closed with these comments:
> We won't ship a wheel for a platform we can't test in CI and GitHub does not currentl…
-
### 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-er…
-
This cache action works to cache the Python installs:
```yaml
- name: Cache UV python installs
uses: actions/cache@v2
with:
path: ~/.local/share/uv/python
…
-
In the context of #230, I attempted to use installer caching with GitHub-hosted runners (i.e. not self-hosted). It appears to me that in this case, installer caching never works. Does it work for anyo…
-
### Feature description
Github enterprise does [support](https://github.com/orgs/github/projects/4247/views/1?filterQuery=custom&pane=issue&itemId=38745364) custom/partner images for the large runner…
-
Currently, most of our GitHub actions CI jobs are running on `ubuntu-20.04` runners, now it's time we move to `ubuntu-22.04`.
-
**Description:**
I have a self-hosted runner; Github's hosted runners aren't cheap at scale. It runs x86 Debian linux. _Why? Ubuntu is bloated and Canonical is full of bad production practices. [fite…
-
So far, we had indirect support for MacOS arm64 machines like the MacBook Air with M1 CPU by providing linux/arm64 Docker images. That however in turn required emulation on the GitHub Actions runners …
-
**Describe the bug**
While setting up my [navigation graph](https://developer.android.com/guide/navigation/design#compose-arguments), I ran into an `ExceptionInInitializerError` when trying to use …