Skip to content

Commit

Permalink
[ci] Allow more time for mac builds to run
Browse files Browse the repository at this point in the history
Since we run on macOS 10.15 which is unsupported, homebrew has to build
everything from source so builds can take a while

Temporary measure before we update to macOS 11
  • Loading branch information
tobil4sk committed Mar 27, 2023
1 parent 846b6b3 commit e13b726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/azure-pipelines/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:

jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 90
pool:
vmImage: ${{ parameters.vmImage }}
variables:
Expand Down

0 comments on commit e13b726

Please sign in to comment.