mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-24 02:23:07 +00:00
Make it clear that we do not control the timeout for Windows jobs.
This commit is contained in:
parent
6801ebec0d
commit
22b0f7cbcf
1 changed files with 2 additions and 0 deletions
|
|
@ -749,6 +749,7 @@ macOS15_Xcode16_arm64:
|
|||
variables:
|
||||
targets: all
|
||||
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
|
||||
# This is capped at 2h by GitLab for Windows Shared Runners
|
||||
timeout: 2h
|
||||
|
||||
.Windows_Ninja_Release:
|
||||
|
|
@ -906,6 +907,7 @@ macOS15_Xcode16_arm64:
|
|||
variables:
|
||||
targets: ALL_BUILD
|
||||
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
|
||||
# This is capped at 2h by GitLab for Windows Shared Runners
|
||||
timeout: 2h
|
||||
|
||||
.Windows_MSBuild_Release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue