Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
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