diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 40b231590..35e90a55d 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