zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fb8527b289db438494e3b86c65d5ade585a77b41 (tree)
parent 53acb54fad1578d72759a20e349a72d7b87f4810
Author: Michael Dusan <michael.dusan@gmail.com>
Date:   Tue, 11 May 2021 19:41:29 -0400

azure: bump timeout for macos-arm64

Diffstat:
Mci/azure/pipelines.yml | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml @@ -2,9 +2,7 @@ jobs: - job: BuildMacOS pool: vmImage: 'macOS-10.15' - timeoutInMinutes: 360 - steps: - task: DownloadSecureFile@1 inputs: @@ -15,9 +13,7 @@ jobs: - job: BuildMacOS_arm64 pool: vmImage: 'macOS-10.15' - - timeoutInMinutes: 60 - + timeoutInMinutes: 180 steps: - task: DownloadSecureFile@1 inputs: @@ -28,9 +24,7 @@ jobs: - job: BuildLinux pool: vmImage: 'ubuntu-18.04' - timeoutInMinutes: 360 - steps: - task: DownloadSecureFile@1 inputs: