Skip to content

Commit ca9b975

Browse files
Update iOS Simulator destination in workflow
1 parent ecb1e76 commit ca9b975

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
xcodebuild clean build \
2323
-project "Leaf Lens.xcodeproj" \
2424
-scheme "Leaf Lens" \
25-
-destination 'platform=iOS Simulator,name=iPhone SE (3rd generation)'
25+
-destination 'generic/platform=iOS Simulator'
2626
2727
- name: Run Unit Tests
2828
run: |
2929
xcodebuild test \
3030
-project "Leaf Lens.xcodeproj" \
3131
-scheme "Leaf Lens" \
32-
-destination 'platform=iOS Simulator,name=iPhone SE (3rd generation)'
32+
-destination 'generic/platform=iOS Simulator'

0 commit comments

Comments
 (0)