Skip to content

Commit 3756c0e

Browse files
pavankatariaclaude
andcommitted
Fix CI: use iPhone 16 with iOS 18.2 (available on macos-15)
iOS 17.5 is not pre-installed on the macos-15 runner with Xcode 16.2. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b68a65e commit 3756c0e

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
@@ -33,5 +33,5 @@ jobs:
3333
xcodebuild test \
3434
-project Example/SwiftDataTables.xcodeproj \
3535
-scheme SwiftDataTables-Example \
36-
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \
36+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.2' \
3737
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)