Skip to content

Commit

Permalink
chore: remove xlarge from android
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hector committed Oct 26, 2023
1 parent 6dc34b0 commit 69e4223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 69e4223

Please sign in to comment.