From fb13306f1eb0f28d95c83c15f1b70582bd506e4e Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Fri, 15 Dec 2023 17:25:50 +0100 Subject: [PATCH] Use XL runner and set a timeout also for the build job --- .github/workflows/sync-end-to-end.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-end-to-end.yml b/.github/workflows/sync-end-to-end.yml index 924b65f68c..0a1d1a2ae2 100644 --- a/.github/workflows/sync-end-to-end.yml +++ b/.github/workflows/sync-end-to-end.yml @@ -8,7 +8,8 @@ on: jobs: build-for-sync-end-to-end-tests: name: Build for Sync End To End Tests - runs-on: macos-13 + runs-on: macos-13-xlarge + timeout-minutes: 30 steps: - name: Check out the code