Skip to content

Commit

Permalink
Upgrated workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamalifard, Mehran committed May 1, 2024
1 parent c7bfa40 commit d03b488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Set up Xcode
run: sudo Xcode-select -switch /Applications/Xcode_15.0.app
- name: Build & Test
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14'
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination "platform=iOS Simulator,OS=16.1,name=iPhone 14 Pro Max" CODE_SIGNING_ALLOWED=No

0 comments on commit d03b488

Please sign in to comment.