From 474221f02ad1e9e8c9fdfa058cfcf341514b5a64 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Fri, 15 Dec 2023 17:31:30 +0100 Subject: [PATCH] Don't use XL runners --- .github/workflows/sync-end-to-end.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-end-to-end.yml b/.github/workflows/sync-end-to-end.yml index 0a1d1a2ae2..801df7d598 100644 --- a/.github/workflows/sync-end-to-end.yml +++ b/.github/workflows/sync-end-to-end.yml @@ -8,7 +8,7 @@ on: jobs: build-for-sync-end-to-end-tests: name: Build for Sync End To End Tests - runs-on: macos-13-xlarge + runs-on: macos-13 timeout-minutes: 30 steps: @@ -65,7 +65,7 @@ jobs: sync-end-to-end-tests: name: Sync End To End Tests needs: build-for-sync-end-to-end-tests - runs-on: macos-13-xlarge + runs-on: macos-13 timeout-minutes: 30 strategy: matrix: