Skip to content

Commit 41587f7

Browse files
committed
Fix regression in GHA by building for iOS simulator instead
1 parent 959d038 commit 41587f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: Build
6161
run: |
6262
cd Examples
63-
xcodebuild build -scheme 'Cassini' -destination 'name=iPhone 14' -sdk iphoneos
63+
xcodebuild build -scheme 'Cassini' -destination 'platform=iOS Simulator,name=iPhone 14' -sdk iphonesimulator

0 commit comments

Comments
 (0)