Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update configured xcode #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
integrate:
name: Create React Native App and integrate React Native Admob
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install xcpretty
run: gem install xcpretty
- name: Configure Xcode
run: sudo xcode-select --switch /Applications/Xcode_11.app
run: sudo xcode-select --switch /Applications/Xcode_11.7.app
- name: Install React Native CLI
run: sudo npm install -g react-native-cli
- name: Initialize React Native application
Expand Down