mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
CI: give x86_64-linux-release a little more time
When the CPU cores are pegged, the thermal throttling kicks in and makes jobs take significantly longer.
This commit is contained in:
parent
97b1a9bb6b
commit
f68d3c63df
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-debug.sh
|
||||
x86_64-linux-release:
|
||||
timeout-minutes: 420
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user