From 216b442d23ce2f6a67b5cc060530fd9f30a453b0 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 15 Sep 2021 21:32:19 +0300 Subject: [PATCH] Added GHA CI timeout. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa97510..c18fb95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,6 +235,7 @@ jobs: cxxstd: "03,11,14,17,2a" os: macos-10.15 + timeout-minutes: 60 runs-on: ${{matrix.os}} container: ${{matrix.container}}