Skip to content

Keep only 15.2

Keep only 15.2 #1201

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
run-test:
runs-on: macos-14
strategy:
matrix:
destination: [
'macOS',
'iOS Simulator,name=iPhone 15',
'tvOS Simulator,name=Apple TV',
'watchOS Simulator,name=Apple Watch Series 8 (41mm)'
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
env:
DESTINATION: platform=${{ matrix.destination }}
run: bundle exec fastlane test_ci