| author | |
| committer | |
| log | e74fd3ce555c675235fa65fa3647caeb4757b4cd |
| tree | 0b8d0e585106879b5fa14ddd10dc917b091403dd |
| parent | adf590d58cb395cf7c726e6d22b3bbb2100643a6 |
| signature |
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/ci.yaml+1-1| ... | @@ -93,7 +93,7 @@ jobs: | ... | @@ -93,7 +93,7 @@ jobs: |
| 93 | fetch-depth: 0 | 93 | fetch-depth: 0 |
| 94 | - name: Build and Test | 94 | - name: Build and Test |
| 95 | run: sh ci/aarch64-macos-debug.sh | 95 | run: sh ci/aarch64-macos-debug.sh |
| 96 | timeout-minutes: 180 | 96 | timeout-minutes: 240 |
| 97 | aarch64-macos-release: | 97 | aarch64-macos-release: |
| 98 | runs-on: [self-hosted, aarch64-macos] | 98 | runs-on: [self-hosted, aarch64-macos] |
| 99 | steps: | 99 | steps: |