|
|
@@ -128,8 +128,8 @@ jobs:
|
|
|
- uses: ruby/setup-ruby@v1
|
|
|
- name: Setup Bundler
|
|
|
run: scripts/setup_bundler.sh
|
|
|
- - name: Create watch simulator
|
|
|
- run: xcrun simctl create "Apple Watch Series 7 - 45mm" "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm"
|
|
|
+ - name: force Xcode 14 command line tools
|
|
|
+ run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
|
|
|
- name: Build and test
|
|
|
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDatabase.podspec --skip-tests --platforms=${{ matrix.target }}
|
|
|
|