From 49d07bd8c6bc501e9442bdea112ef84beea6bafa Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 19 Jan 2022 10:37:23 +0100 Subject: [PATCH] Github actions: Give slow macOS machines more time --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad899c9f..73f6991b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: macos10-dev: runs-on: macos-10.15 - timeout-minutes: 40 + timeout-minutes: 60 env: CC: clang CXX: clang++ @@ -239,7 +239,7 @@ jobs: macos11-dev: runs-on: macos-11 - timeout-minutes: 40 + timeout-minutes: 60 env: CC: clang CXX: clang++ @@ -257,7 +257,7 @@ jobs: macos11-release: runs-on: macos-11 - timeout-minutes: 40 + timeout-minutes: 60 env: CC: clang CXX: clang++