From 6b37c60310aada152d974eea19c7488c981bdaa3 Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:43:03 +0100 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53c89cc..c308fa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: name: Install Required Runtime (${{ matrix.runtime }}) uses: nick-fields/retry@v2 with: - timeout_minutes: 15 + timeout_minutes: 12 max_attempts: 3 command: sudo xcodes runtimes install '${{ matrix.runtime }}'