Skip to content

Commit

Permalink
Fix regression in GHA by building for iOS simulator instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Nov 25, 2024
1 parent 959d038 commit 41587f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Build
run: |
cd Examples
xcodebuild build -scheme 'Cassini' -destination 'name=iPhone 14' -sdk iphoneos
xcodebuild build -scheme 'Cassini' -destination 'platform=iOS Simulator,name=iPhone 14' -sdk iphonesimulator

0 comments on commit 41587f7

Please sign in to comment.