diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index e3e037b1..2d98597f 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -51,7 +51,7 @@ jobs: ios: name: Detox iOS E2E Testing needs: [libraries] - runs-on: macos-latest + runs-on: macos-14 # strategy: # matrix: # runners: [[self-hosted, macos, general, detox-ios]] @@ -108,17 +108,17 @@ jobs: - name: Print Simulators run: applesimutils --list - # - name: Install iPhone 11 Simulator - # run: | - # xcrun simctl create "iPhone 11" com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-17-0 - - - name: Setup iOS Simulator - uses: futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9 #pin @v3 - with: - model: "iPhone 11" - os_version: =17.0 # https://github.com/futureware-tech/simulator-action/wiki - shutdown_after_job: true - erase_before_boot: true # change to true for temporary fix when some of the tests are failing + - name: Install iPhone 11 Simulator + run: | + xcrun simctl create "iPhone 11" com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-17-0 + + # - name: Setup iOS Simulator + # uses: futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9 #pin @v3 + # with: + # model: "iPhone 11" + # os_version: =17.0 # https://github.com/futureware-tech/simulator-action/wiki + # shutdown_after_job: true + # erase_before_boot: true # change to true for temporary fix when some of the tests are failing - name: Detox Build iOS Configuration run: yarn detox:build:ios