authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-17 04:14:04+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-17 04:14:04+02:00
loge74fd3ce555c675235fa65fa3647caeb4757b4cd
tree0b8d0e585106879b5fa14ddd10dc917b091403dd
parentadf590d58cb395cf7c726e6d22b3bbb2100643a6
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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/ci.yaml+1-1
...@@ -93,7 +93,7 @@ jobs:...@@ -93,7 +93,7 @@ jobs:
93 fetch-depth: 093 fetch-depth: 0
94 - name: Build and Test94 - name: Build and Test
95 run: sh ci/aarch64-macos-debug.sh95 run: sh ci/aarch64-macos-debug.sh
96 timeout-minutes: 18096 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: