Skip to content

Commit

Permalink
Update CI config to support iOS 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Mar 26, 2022
1 parent 340cc0e commit 2c35a7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ on:
branches: [ master ]

jobs:
iOS_15_4:
name: Xcode 13.2.1
runs-on: macos-11
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
strategy:
matrix:
destination: ["OS=15.2,name=iPhone 13 Pro"]
steps:
- uses: actions/checkout@v2
- name: iOS - ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -workspace "Swifty360Player.xcworkspace" -scheme "Swifty360Player" -destination "${{ matrix.destination }}" clean test | xcpretty
iOS_14_4:
name: Xcode 12.4
runs-on: macos-10.15
Expand Down

0 comments on commit 2c35a7b

Please sign in to comment.