mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-21 13:53:06 +00:00
Merge branch 'can-everyone-please-stop-trying-to-change-this' into 'master'
Make it clear that we do not control the timeout for Windows jobs. See merge request OpenMW/openmw!5057
This commit is contained in:
commit
4a062c09a4
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