From 8ec31e4926d58b96b48ea2823ca1d8d09b13f7b5 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 8 Feb 2026 00:36:43 -0600 Subject: [PATCH] GHA: Shorten the OS X test timeout --- .github/workflows/osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 3ada48aa1..cfcffdd4a 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -93,7 +93,7 @@ jobs: # with: # limit-access-to-actor: true - name: Test - timeout-minutes: 60 + timeout-minutes: 25 shell: bash env: CC: ${{ matrix.compiler }}