From aeab57acbd1a00fa4f1686166860eb0d19c6992f Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Tue, 3 Sep 2024 09:48:14 +0200 Subject: [PATCH] try to increase timeout of github actions for macOS Signed-off-by: Matthieu Gallien --- .github/workflows/macos-build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-build-and-test.yml b/.github/workflows/macos-build-and-test.yml index 9610fc4cbadd..55795ac5ae06 100644 --- a/.github/workflows/macos-build-and-test.yml +++ b/.github/workflows/macos-build-and-test.yml @@ -5,6 +5,7 @@ on: jobs: build: name: macOS Build and Test + timeout-minutes: 60 runs-on: macos-14 strategy: matrix: