ci: bump aarch64-macos-debug timeout by 1 hour
When a ziglang/translate-c job is running simultaneously with a ziglang/zig job,
it can slow down both a good bit, so account for that.
1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo
workflows
.forgejo/workflows/ci.yaml+1-1
| ... | ... | @@ -93,7 +93,7 @@ jobs: |
| 93 | 93 | fetch-depth: 0 |
| 94 | 94 | - name: Build and Test |
| 95 | 95 | run: sh ci/aarch64-macos-debug.sh |
| 96 | | timeout-minutes: 180 |
| 96 | timeout-minutes: 240 |
| 97 | 97 | aarch64-macos-release: |
| 98 | 98 | runs-on: [self-hosted, aarch64-macos] |
| 99 | 99 | steps: |