Skip to content

Commit

Permalink
Destination for deployment workflow
Browse files Browse the repository at this point in the history
Bitrise deployment workflow fails due to incompatible device type with latest iOS used by default. This commit defined newer device version to align it with other workflows, like pull-request one.
  • Loading branch information
Egor Egorov authored and EgorovEI committed May 16, 2024
1 parent a040592 commit 1a3c7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ workflows:
- xcode-test@4:
inputs:
- scheme: $TEST_SCHEME
- destination: platform=iOS Simulator,name=iPhone 13,OS=15.5
- git-tag@1:
inputs:
- tag: $NEW_VERSION
Expand Down

0 comments on commit 1a3c7c6

Please sign in to comment.