Skip to content

Commit

Permalink
[CI] use iphone 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed May 24, 2024
1 parent 2d4c773 commit 25fba1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer

IOS_DEST: "platform=iOS Simulator,name=iPhone 15,OS=latest"
IOS_DEST: "platform=iOS Simulator,name=iPhone 14,OS=latest"

jobs:
env-details:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/spm-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:

env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
IOS_DEST: "platform=iOS Simulator,name=iPhone 15,OS=latest"

IOS_DEST: "platform=iOS Simulator,name=iPhone 14,OS=latest"

SCHEME: ReactiveCollectionsKit

jobs:
Expand Down

0 comments on commit 25fba1e

Please sign in to comment.