Skip to content

Bump v2.1.4 and Deployment Target to iOS 12.0 #17

Bump v2.1.4 and Deployment Target to iOS 12.0

Bump v2.1.4 and Deployment Target to iOS 12.0 #17

Workflow file for this run

name: Test
on:
push:
branches:
- main
- develop
- release
jobs:
test:
name: Test
runs-on: macos-13
strategy:
matrix:
destination: ["platform=iOS Simulator,OS=17.0,name=iPhone 15"]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build and test
run: xcodebuild clean test -project KIImagePager.xcodeproj -scheme KIImagePager -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
env:
destination: ${{ matrix.destination }}