Skip to content

Commit dce8ac4

Browse files
committed
Update xcode stuff
1 parent 46d3ef8 commit dce8ac4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,16 @@ jobs:
509509
- name: "Check available Xcode versions"
510510
run: |
511511
ls /Applications
512+
- name: "Install applesimutils"
513+
run: |
514+
brew tap wix/brew
515+
brew install applesimutils
512516
- name: "Check available devices"
513517
run: |
514518
applesimutils --list
515519
# Used when new xCode version of simulator should be created
516520
- name: Update Xcode
517-
run: sudo xcode-select --switch /Applications/Xcode_14.0.1.app
521+
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app
518522
- name: "Clean detox framework cache"
519523
run: npx detox clean-framework-cache
520524
- name: "Build detox framework cache"

0 commit comments

Comments
 (0)