Skip to content

Commit

Permalink
CI: Update destination to something better for Xcode 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Feb 28, 2024
1 parent 7f57936 commit 8a28c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
set -eu
case "${{matrix.PLATFORM}}" in
ios)
DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=latest"
DESTINATION="platform=iOS Simulator,name=iPhone 14,OS=latest"
;;
macos)
DESTINATION="platform=macOS"
Expand Down

0 comments on commit 8a28c45

Please sign in to comment.