From 69e4223dce32ba3580279be3a3dd5b69e4c50350 Mon Sep 17 00:00:00 2001 From: ice-hector <96414297+ice-hector@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:55:19 +0300 Subject: [PATCH] chore: remove xlarge from android --- .github/workflows/CICD.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 31a03d203..10fa5dbdd 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -169,7 +169,7 @@ jobs: # TODO: Fix this, then uncomment it, cuz android E2E with detox is not working. # if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.draft == false) || github.event_name == 'push' }} if: ${{ 1 == 0 }} - runs-on: macos-latest-xlarge + runs-on: macos-latest steps: - uses: actions/cache@v3 id: cache_all @@ -329,7 +329,7 @@ jobs: # needs: [android-e2e-test] needs: [react-native] if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.draft == false) || github.event_name == 'push' }} - runs-on: macos-latest-xlarge + runs-on: macos-latest steps: - uses: actions/cache@v3 id: cache_all