Skip to content

Commit

Permalink
Try and use simulator action instead of command
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Oct 10, 2023
1 parent f35ae3a commit ba8c5ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ba8c5ef

Please sign in to comment.