Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Switch from Warp to standard runners (#2414)
## Why is this change needed? To fix builds ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the GitHub Actions workflow configuration by increasing timeout durations and modifying the runner specifications for various jobs, enhancing the CI process. ### Detailed summary - Increased `timeout-minutes` from 10 to 25 for `build-image` and `test` jobs. - Changed `runs-on` specifications to use a dynamic runner format for both ARM and x64 architectures. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information