Skip to content

Commit

Permalink
chore(ci): use correct xcode, ios and device
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Mar 18, 2023
1 parent af184f3 commit 07d7c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build testapp and test kvault (iOS)
run: |
cd iostests
sudo xcode-select -switch /Applications/Xcode_12.4.app
xcodebuild clean test -project TestApp.xcodeproj -scheme TestApp -destination "platform=iOS Simulator,OS=14.4,name=iPhone 12" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
sudo xcode-select -switch /Applications/Xcode_14.2.app
xcodebuild clean test -project TestApp.xcodeproj -scheme TestApp -destination "platform=iOS Simulator,OS=16.3,name=iPhone 14" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- name: Upload test result
uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down

0 comments on commit 07d7c4c

Please sign in to comment.