From ba8c5ef51a807532e89de906ba94f24da5b7c0ef Mon Sep 17 00:00:00 2001 From: Andrew Meyer Date: Tue, 10 Oct 2023 14:09:29 +0200 Subject: [PATCH] Try and use simulator action instead of command --- .github/workflows/install-test-react-native.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-test-react-native.yml b/.github/workflows/install-test-react-native.yml index 2bff2216e76..b4203fb3844 100644 --- a/.github/workflows/install-test-react-native.yml +++ b/.github/workflows/install-test-react-native.yml @@ -38,13 +38,13 @@ jobs: - hermes # See https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode xcode: - - "15.0" + - 15.0 #- 13.1 node: # RN bumped minimum Node version: https://github.com/huntie/react-native/blob/6cb6b81dd1c6b74a0f4bac5b06fa5aef93b48fe4/CHANGELOG.md?plain=1#L15 - 18 - env: - DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app + # env: + # DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -62,6 +62,7 @@ jobs: run: ccache --set-config="compiler_check=content" # TODO: Remove if this becomes unneeded in the future + - uses: futureware-tech/simulator-action@v2 # - name: Invoke the simulator (making subsequent "open -a Simulator" calls work) # if: ${{ matrix.platform == 'ios' }} # run: open -a /Applications/Xcode_${{ matrix.xcode }}/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator