diff --git a/.github/workflows/e2e_mobile_tests.yaml b/.github/workflows/e2e_mobile_tests.yaml index dc5d6d251..c36ae005e 100644 --- a/.github/workflows/e2e_mobile_tests.yaml +++ b/.github/workflows/e2e_mobile_tests.yaml @@ -4,7 +4,7 @@ on: jobs: mobile-e2e-tests: timeout-minutes: 60 - runs-on: macos-latest + runs-on: [self-hosted, macOS, ARM64] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -32,8 +32,5 @@ jobs: - name: 📱 Start iOS simulator app run: open -a Simulator.app - - name: 📱 Start iOS simulator device - run: xcrun simctl boot "iPhone 15 Pro Max" - - name: 🏃🏼 Run tests for iOS simulator run: npm run wdio:ios:15promax -- --spec ./tests/features/onboarding.feature \ No newline at end of file