From 94059d4826e00c8193caeeec05e29e5e8918f51a Mon Sep 17 00:00:00 2001 From: Bhagirath Mehta Date: Thu, 4 Jun 2026 22:42:14 -0500 Subject: [PATCH] Extend iOS workflow timeout Allow the iOS simulator matrix up to one hour so slower simulator startup does not cancel otherwise healthy runs. Files changed: .github/workflows/build-ios-mac.yml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/build-ios-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ios-mac.yml b/.github/workflows/build-ios-mac.yml index 81d93ad77..7ca85012b 100644 --- a/.github/workflows/build-ios-mac.yml +++ b/.github/workflows/build-ios-mac.yml @@ -47,7 +47,7 @@ jobs: - os: macos-15 simulator: "'iPad Pro (11-inch) (4th generation)'" runs-on: ${{ matrix.os }} - timeout-minutes: 30 + timeout-minutes: 60 env: CMAKE_POLICY_VERSION_MINIMUM: "3.5" steps: