Skip to content

Commit 33a4de9

Browse files
committed
ci: switch to any ios simulator device
1 parent 45eac20 commit 33a4de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Build workspace on iOS Simulator
3131
run: |
3232
set -o pipefail
33-
xcodebuild -workspace vibetype.xcworkspace -scheme vibetype -destination 'platform=iOS Simulator,name=iPhone 16' -configuration Release clean build | xcpretty
33+
xcodebuild -workspace vibetype.xcworkspace -scheme vibetype -destination 'platform=iOS Simulator,name=Any iOS Simulator Device' -configuration Release clean build | xcpretty

0 commit comments

Comments
 (0)