From ec621828246885ba488e8b39612bc9c11df19a73 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Thu, 19 Oct 2023 14:30:28 +0200 Subject: [PATCH] ci/freebsd: limit runtime to 20 mins --- .github/workflows/freebsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index e75862bd6..8735a267c 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -11,6 +11,7 @@ on: jobs: build: runs-on: macos-12 + timeout-minutes: 20 env: CMAKE_GENERATOR: Ninja