Skip to content

Commit

Permalink
YM-26876: Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marios Kotsiandris committed May 23, 2022
1 parent 944f0f6 commit 3c90ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=14.4,name=iPhone 12']
destination: ['platform=iOS Simulator,OS=15.2,name=iPhone 13']
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: xcodebuild -scheme YotiButtonSDK test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=14.4,name=iPhone 12'
run: xcodebuild -scheme YotiButtonSDK test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.2,name=iPhone 13'

0 comments on commit 3c90ef3

Please sign in to comment.