From ee6a4e9dbd6e9ad0b15ba9ab7db1cb27cd4220ea Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 16 Dec 2023 16:17:12 +0200 Subject: [PATCH] Decrease the timeout of cmake-test-posix due to macos-11/12 hangs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99b111728b..7b0c763b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,6 +155,7 @@ jobs: - os: macos-13 runs-on: ${{matrix.os}} + timeout-minutes: 90 steps: - uses: actions/checkout@v3